| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
