aboutsummaryrefslogtreecommitdiff
path: root/export_test.go
diff options
context:
space:
mode:
authorAlex Ogier <[email protected]>2012-04-30 06:24:28 -0400
committerAlex Ogier <[email protected]>2012-04-30 06:24:28 -0400
commit58f98248bd9b8de8c88f7c3b171b7a27bec0306d (patch)
tree9a46cb7362f68a14c909d8ae74eb1df1d3e84e50 /export_test.go
parent27b2eab3db57029d59d817afe71276f302498ea9 (diff)
Rename package flag --> pflag
Diffstat (limited to 'export_test.go')
-rw-r--r--export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/export_test.go b/export_test.go
index 7b19080..8ff8e29 100644
--- a/export_test.go
+++ b/export_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 flag
+package pflag
import "os"