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

@ -1,9 +1,9 @@
package node
import (
"github.com/docker/docker/client"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/client"
"golang.org/x/net/context"
)

View File

@ -5,8 +5,8 @@ import (
"github.com/docker/cli/cli"
"github.com/docker/cli/cli/command"
apiclient "github.com/docker/docker/client"
"github.com/docker/docker/api/types"
apiclient "github.com/docker/docker/client"
"github.com/spf13/cobra"
"golang.org/x/net/context"
)