mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
Imports are organized in groups, with blank lines between them
https://github.com/golang/go/wiki/CodeReviewComments#imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package docker
|
||||
|
||||
import (
|
||||
dockerClient "github.com/docker/engine-api/client"
|
||||
"github.com/rancher/os/config"
|
||||
|
||||
dockerClient "github.com/docker/engine-api/client"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user