mirror of
https://github.com/rancher/os.git
synced 2025-09-13 21:51:33 +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:
@@ -22,9 +22,8 @@ import (
|
||||
"os"
|
||||
"path"
|
||||
|
||||
"github.com/rancher/os/pkg/log"
|
||||
|
||||
"github.com/rancher/os/config/cloudinit/datasource"
|
||||
"github.com/rancher/os/pkg/log"
|
||||
)
|
||||
|
||||
type Waagent struct {
|
||||
|
Reference in New Issue
Block a user