diff options
| author | Alex Ogier <[email protected]> | 2012-04-30 06:24:28 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2012-04-30 06:24:28 -0400 |
| commit | 58f98248bd9b8de8c88f7c3b171b7a27bec0306d (patch) | |
| tree | 9a46cb7362f68a14c909d8ae74eb1df1d3e84e50 /example_test.go | |
| parent | 27b2eab3db57029d59d817afe71276f302498ea9 (diff) | |
Rename package flag --> pflag
Diffstat (limited to 'example_test.go')
| -rw-r--r-- | example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go index 04a0d20..fc3eb6c 100644 --- a/example_test.go +++ b/example_test.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // These examples demonstrate more intricate uses of the flag package. -package flag_test +package pflag_test import ( "errors" |
