bootcfg/cli: Organize imports

This commit is contained in:
Dalton Hubble
2016-07-19 09:59:52 -07:00
parent 5575590393
commit 8e3d4b4547
4 changed files with 8 additions and 4 deletions

View File

@@ -4,9 +4,10 @@ import (
"fmt"
"os"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
"github.com/spf13/cobra"
"golang.org/x/net/context"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
)
// groupDescribeCmd describes a Group.

View File

@@ -4,9 +4,10 @@ import (
"fmt"
"os"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
"github.com/spf13/cobra"
"golang.org/x/net/context"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
)
// groupListCmd lists Groups.

View File

@@ -4,9 +4,10 @@ import (
"fmt"
"os"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
"github.com/spf13/cobra"
"golang.org/x/net/context"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
)
// profileDescribeCmd describes a Profile.

View File

@@ -4,9 +4,10 @@ import (
"fmt"
"os"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
"github.com/spf13/cobra"
"golang.org/x/net/context"
pb "github.com/coreos/coreos-baremetal/bootcfg/server/serverpb"
)
// profileListCmd lists Profiles.