aboutsummaryrefslogtreecommitdiff
path: root/count.go
AgeCommit message (Collapse)Author
2017-04-26Document Count functionAlbert Nigmatzianov
2016-09-10Use strconv instead of fmt in values' String funcsbogem
The existing implementation of flag values with fmt package uses more memory and works slower than the implementation with strconv package.
2015-08-15Fix up minor things found by goreportcard.comEric Paris
2015-08-05New counter flag typeEric Paris
``` -vvv ``` Will give a value of 3 ``` -v=4 -v ``` Will give a value of 5