Mass gofmt

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
Upstream-commit: ee7dd44c017458c8fe0be8e09569b1238366dca3
Component: engine
This commit is contained in:
Alexandr Morozov
2014-10-24 15:11:48 -07:00
parent 352377fa69
commit bad39206ea
32 changed files with 32 additions and 32 deletions
@@ -30,9 +30,9 @@ import (
"sync"
"syscall"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/daemon/graphdriver"
"github.com/docker/docker/pkg/archive"
log "github.com/Sirupsen/logrus"
mountpk "github.com/docker/docker/pkg/mount"
"github.com/docker/docker/utils"
"github.com/docker/libcontainer/label"
@@ -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"
@@ -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"
)
@@ -4,9 +4,9 @@ import (
"fmt"
"time"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/ioutils"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/utils"
)