diff options
| author | bogem <[email protected]> | 2016-10-23 14:56:08 +0200 |
|---|---|---|
| committer | bogem <[email protected]> | 2016-10-23 14:56:08 +0200 |
| commit | 86d35458626e9ddb67bad7aa864abb61f99435dc (patch) | |
| tree | 518a3011dbb70992b48c760199ac9a035778ec5f /golangflag.go | |
| parent | dabebe21bf790f782ea4c7bbd2efc430de182afd (diff) | |
Clean up code
Diffstat (limited to 'golangflag.go')
| -rw-r--r-- | golangflag.go | 3 |
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 |
