Explorar o código

Update imports to be consistent
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)

Michael Crosby %!s(int64=11) %!d(string=hai) anos
pai
achega
40c6d00c97
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 2 1
      runtime/execdriver/native/create.go
  2. 2 1
      runtime/utils_test.go

+ 2 - 1
runtime/execdriver/native/create.go

@@ -2,12 +2,13 @@ package native
 
 import (
 	"fmt"
+	"os"
+
 	"github.com/dotcloud/docker/pkg/label"
 	"github.com/dotcloud/docker/pkg/libcontainer"
 	"github.com/dotcloud/docker/runtime/execdriver"
 	"github.com/dotcloud/docker/runtime/execdriver/native/configuration"
 	"github.com/dotcloud/docker/runtime/execdriver/native/template"
-	"os"
 )
 
 // createContainer populates and configures the container type with the

+ 2 - 1
runtime/utils_test.go

@@ -1,9 +1,10 @@
 package runtime
 
 import (
+	"testing"
+
 	"github.com/dotcloud/docker/runconfig"
 	"github.com/dotcloud/docker/utils"
-	"testing"
 )
 
 func TestMergeLxcConfig(t *testing.T) {