mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +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:
@@ -11,9 +11,9 @@ import (
|
||||
"sync"
|
||||
"syscall"
|
||||
|
||||
shlex "github.com/flynn/go-shlex"
|
||||
"github.com/rancher/os/pkg/log"
|
||||
|
||||
shlex "github.com/flynn/go-shlex"
|
||||
glob "github.com/ryanuber/go-glob"
|
||||
"github.com/vishvananda/netlink"
|
||||
)
|
||||
|
Reference in New Issue
Block a user