aboutsummaryrefslogtreecommitdiff
path: root/golangflag.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 /golangflag.go
parentdabebe21bf790f782ea4c7bbd2efc430de182afd (diff)
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