diff options
| author | Alex Ogier <[email protected]> | 2012-05-04 17:00:49 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2012-05-04 17:00:49 -0400 |
| commit | 4d5822308c2a020a16a44fc0457578fc5b79b72b (patch) | |
| tree | 4f331443281bb64e6f94e7f17904b6b85b527338 /flag_test.go | |
| parent | 123e81738a63da7f70f4b14c7d92586c9c317418 (diff) | |
Import the full github path in tests
Diffstat (limited to 'flag_test.go')
| -rw-r--r-- | flag_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flag_test.go b/flag_test.go index 99c9903..7649946 100644 --- a/flag_test.go +++ b/flag_test.go @@ -6,13 +6,14 @@ package pflag_test import ( "bytes" - . "pflag" "fmt" "os" "sort" "strings" "testing" "time" + + . "github.com/ogier/pflag" ) var ( |
