Keith Wegner
Results
2
issues of
Keith Wegner
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev...
The checkCount function evaluates if a count is less than or equal to zero, but raises an `ErrInvalidCount` error that states ""count is less than 0". https://github.com/quipo/statsd/blob/3d6a5565f3141ac42f8353d97b2c016da2752006/client.go#L348C1-L354C2 ``` func checkCount(c...