diff options
| author | bogem <[email protected]> | 2016-09-24 23:41:08 +0200 |
|---|---|---|
| committer | bogem <[email protected]> | 2016-09-25 00:24:05 +0200 |
| commit | 92abf1943761d39805d58c36456e757becf78b92 (patch) | |
| tree | 4320ce2c9a98a978416b0d368619244ddaaeec69 /count_test.go | |
| parent | c7e63cf4530bcd3ba943729cee0efeff2ebea63f (diff) | |
Optimize fmt statements
Diffstat (limited to 'count_test.go')
| -rw-r--r-- | count_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/count_test.go b/count_test.go index 716765c..460d96a 100644 --- a/count_test.go +++ b/count_test.go @@ -1,13 +1,10 @@ package pflag import ( - "fmt" "os" "testing" ) -var _ = fmt.Printf - func setUpCount(c *int) *FlagSet { f := NewFlagSet("test", ContinueOnError) f.CountVarP(c, "verbose", "v", "a counter") |
