diff options
| author | Steve Francia <[email protected]> | 2015-05-01 16:58:17 -0400 |
|---|---|---|
| committer | Steve Francia <[email protected]> | 2015-05-01 16:58:17 -0400 |
| commit | 8730624c6c03fa1c5b8ae471cb5e4d735784d32a (patch) | |
| tree | 2110bdaca5e9509147fbb5649584401e88845a61 /flag_test.go | |
| parent | 32bfad653e29e893e4ed3812fdc0294a05126c08 (diff) | |
| parent | bae9b8ddb84c10652ab58949b5adb44de04d169e (diff) | |
Merge pull request #16 from eparis/merge
Merge ogier/pflag and enable travis
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 ( |
