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 7dae3e3de3
commit 015f966a1b
2 changed files with 2 additions and 2 deletions

View file

@ -18,8 +18,8 @@ import (
"github.com/docker/docker/vendor/src/code.google.com/p/go/src/pkg/archive/tar"
"github.com/docker/docker/pkg/fileutils"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/pkg/fileutils"
"github.com/docker/docker/pkg/pools"
"github.com/docker/docker/pkg/promise"
"github.com/docker/docker/pkg/system"

View file

@ -6,8 +6,8 @@ import (
"sync"
"time"
"github.com/docker/docker/pkg/jsonlog"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/pkg/jsonlog"
)
// BroadcastWriter accumulate multiple io.WriteCloser by stream.