cli: gofmt + goimports

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
Upstream-commit: 295140edf2
Component: cli
This commit is contained in:
Gaetan de Villele
2017-05-08 10:51:30 -07:00
parent 82b8acb640
commit 2ff5f1eac9
27 changed files with 32 additions and 32 deletions
@@ -1,10 +1,10 @@
package volume
import (
"github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
volumetypes "github.com/docker/docker/api/types/volume"
"github.com/docker/docker/client"
"golang.org/x/net/context"
)