diff options
| author | Eric Paris <[email protected]> | 2015-04-29 14:37:43 -0400 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2015-04-29 14:37:43 -0400 |
| commit | 9add834c39d2b9a7b85a5144e4d399f43abbd13d (patch) | |
| tree | 7baca5112bf1c051fd3d01a224e2681b89f722b4 /flag_test.go | |
| parent | d4ebabf889f7b016ffcb5f74c350e1e5424b2094 (diff) | |
| parent | 2e6f5f3f0c40ab9cb459742296f6a2aaab1fd5dc (diff) | |
Merge remote-tracking branch 'ogier/master' into merge
Conflicts:
bool_test.go
flag.go
flag_test.go
Diffstat (limited to 'flag_test.go')
| -rw-r--r-- | flag_test.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/flag_test.go b/flag_test.go index f552a2f..7d114b2 100644 --- a/flag_test.go +++ b/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 pflag_test +package pflag import ( "bytes" @@ -14,8 +14,6 @@ import ( "strings" "testing" "time" - - . "github.com/spf13/pflag" ) var ( |
