aboutsummaryrefslogtreecommitdiff
path: root/bool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bool_test.go')
-rw-r--r--bool_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/bool_test.go b/bool_test.go
index 19aa762..a2e1c5d 100644
--- a/bool_test.go
+++ b/bool_test.go
@@ -2,15 +2,13 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package pflag_test
+package pflag
import (
"bytes"
"fmt"
"strconv"
"testing"
-
- . "github.com/ogier/pflag"
)
// This value can be a boolean ("true", "false") or "maybe"