1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Move around code for better clarity

This commit is contained in:
Darren Shepherd
2018-09-15 21:55:26 -07:00
committed by niusmallnan
parent 2f50b7b178
commit 1f50386828
112 changed files with 992 additions and 859 deletions

View File

@@ -6,13 +6,13 @@ import (
"syscall"
"github.com/codegangsta/cli"
"github.com/rancher/os/log"
"github.com/rancher/os/pkg/log"
"golang.org/x/net/context"
"github.com/rancher/os/cmd/cloudinitexecute"
"github.com/rancher/os/config"
"github.com/rancher/os/docker"
"github.com/rancher/os/util"
"github.com/rancher/os/pkg/docker"
"github.com/rancher/os/pkg/util"
)
const (