aboutsummaryrefslogtreecommitdiff
path: root/string_array.go
diff options
context:
space:
mode:
authorbogem <[email protected]>2016-10-23 14:56:08 +0200
committerbogem <[email protected]>2016-10-23 14:56:08 +0200
commit86d35458626e9ddb67bad7aa864abb61f99435dc (patch)
tree518a3011dbb70992b48c760199ac9a035778ec5f /string_array.go
parentdabebe21bf790f782ea4c7bbd2efc430de182afd (diff)
Clean up code
Diffstat (limited to 'string_array.go')
-rw-r--r--string_array.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/string_array.go b/string_array.go
index 93b4e43..276b7ed 100644
--- a/string_array.go
+++ b/string_array.go
@@ -1,11 +1,5 @@
package pflag
-import (
- "fmt"
-)
-
-var _ = fmt.Fprint
-
// -- stringArray Value
type stringArrayValue struct {
value *[]string