Ver Fonte

fix issue with goimport

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux há 10 anos atrás
pai
commit
b70632ec53
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      pkg/mflag/flag_test.go

+ 1 - 2
pkg/mflag/flag_test.go

@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-package mflag_test
+package mflag
 
 import (
 	"bytes"
@@ -12,7 +12,6 @@ import (
 	"strings"
 	"testing"
 	"time"
-	. "github.com/docker/docker/pkg/mflag"
 )
 
 // ResetForTesting clears all flag state and sets the usage function as directed.