Fix import order of cli/options

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2020-05-14 19:28:57 +02:00
parent cc23137945
commit 19baa17246
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@
package options package options
import ( import (
apicontext "github.com/docker/api/context"
cliconfig "github.com/docker/api/cli/config" cliconfig "github.com/docker/api/cli/config"
apicontext "github.com/docker/api/context"
) )
// GlobalOpts contains the global CLI options // GlobalOpts contains the global CLI options