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