diff options
Diffstat (limited to 'bool_test.go')
| -rw-r--r-- | bool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bool_test.go b/bool_test.go index 72a12be..fe45b8d 100644 --- a/bool_test.go +++ b/bool_test.go @@ -9,7 +9,7 @@ import ( "strconv" "testing" - . "github.com/ogier/pflag" + . "github.com/spf13/pflag" ) // This value can be a boolean ("true", "false") or "maybe" |
