Mass gofmt

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
Alexandr Morozov
2014-10-24 15:11:48 -07:00
parent b99dcb3c7e
commit ee7dd44c01
32 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -18,8 +18,8 @@ import (
"syscall"
"time"
"github.com/docker/docker/daemon/graphdriver"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/daemon/graphdriver"
"github.com/docker/docker/pkg/parsers"
"github.com/docker/docker/pkg/units"
"github.com/docker/libcontainer/label"
+1 -1
View File
@@ -8,8 +8,8 @@ import (
"os"
"path"
"github.com/docker/docker/daemon/graphdriver"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/daemon/graphdriver"
"github.com/docker/docker/pkg/mount"
"github.com/docker/docker/pkg/units"
)