mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
cli: gofmt + goimports
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user