Merge pull request #91 from chris-crone/appease-linter

Fix import order of cli/options
This commit is contained in:
Chris Crone 2020-05-14 20:02:29 +02:00 committed by GitHub
commit 747258d452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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