| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-06 | Fix typos | co63oc | |
| 2018-12-12 | Fix typo in count.go (#196) | terorie | |
| 2017-10-05 | Fixing Count flag usage string (#141) | gonix | |
| 2017-04-26 | Document Count function | Albert Nigmatzianov | |
| 2016-09-10 | Use strconv instead of fmt in values' String funcs | bogem | |
| The existing implementation of flag values with fmt package uses more memory and works slower than the implementation with strconv package. | |||
| 2015-08-15 | Fix up minor things found by goreportcard.com | Eric Paris | |
| 2015-08-05 | New counter flag type | Eric Paris | |
| ``` -vvv ``` Will give a value of 3 ``` -v=4 -v ``` Will give a value of 5 | |||
