소스 검색

fix issue with goimport

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux 10 년 전
부모
커밋
b70632ec53
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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.