1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

View file

@ -4,8 +4,8 @@ import (
"fmt"
"time"
"github.com/docker/docker/engine"
log "github.com/Sirupsen/logrus"
"github.com/docker/docker/engine"
"github.com/docker/libtrust"
)