cli: gofmt + goimports

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
Gaetan de Villele
2017-05-08 10:51:30 -07:00
parent 57230a7212
commit 295140edf2
27 changed files with 32 additions and 32 deletions

View File

@ -8,10 +8,10 @@ import (
"os/signal"
"time"
"github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/client"
"github.com/docker/docker/pkg/progress"
"github.com/docker/docker/pkg/streamformatter"
"github.com/docker/docker/pkg/stringid"