aboutsummaryrefslogtreecommitdiff
path: root/flag_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 /flag_test.go
parent27b2eab3db57029d59d817afe71276f302498ea9 (diff)
Rename package flag --> pflag
Diffstat (limited to 'flag_test.go')
-rw-r--r--flag_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/flag_test.go b/flag_test.go
index a9561f2..8d2e407 100644
--- a/flag_test.go
+++ b/flag_test.go
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package flag_test
+package pflag_test
import (
"bytes"
- . "flag"
+ . "pflag"
"fmt"
"os"
"sort"