aboutsummaryrefslogtreecommitdiff
path: root/golangflag.go
diff options
context:
space:
mode:
authorEric Paris <[email protected]>2017-01-19 16:32:39 -0500
committerGitHub <[email protected]>2017-01-19 16:32:39 -0500
commita232f6d9f87afaaa08bafaff5da685f974b83313 (patch)
treeaed1d391665cead5db48aeac91a2719c22674b40 /golangflag.go
parent51268031d79952516489a9f8aa34e9709b98d946 (diff)
parent86d35458626e9ddb67bad7aa864abb61f99435dc (diff)
Merge pull request #102 from bogem/redundant
Clean up code
Diffstat (limited to 'golangflag.go')
-rw-r--r--golangflag.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/golangflag.go b/golangflag.go
index b056147..c4f47eb 100644
--- a/golangflag.go
+++ b/golangflag.go
@@ -6,13 +6,10 @@ package pflag
import (
goflag "flag"
- "fmt"
"reflect"
"strings"
)
-var _ = fmt.Print
-
// flagValueWrapper implements pflag.Value around a flag.Value. The main
// difference here is the addition of the Type method that returns a string
// name of the type. As this is generally unknown, we approximate that with