aboutsummaryrefslogtreecommitdiff
path: root/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go
index 6aaed3c..9be7a49 100644
--- a/example_test.go
+++ b/example_test.go
@@ -11,7 +11,7 @@ import (
"strings"
"time"
- flag "github.com/ogier/pflag"
+ flag "github.com/spf13/pflag"
)
// Example 1: A single string flag called "species" with default value "gopher".