bitly / statsdaemon

an implementation of Etsy's statsd in Go
The Unlicense
570 stars 131 forks source link

Allow Negative Numbers for Counts #4

Closed rymo4 closed 11 years ago

rymo4 commented 11 years ago

Allows negative numbers with counts. Since values for other types are parsed with ParseUint(), they will still fail with negatives.

mreiferson commented 11 years ago

Travis recently changed their go build scripts... it's actually running tests for everything in $GOPATH when we only want it to run our statsdaemon tests...

This is what we did for go-simplejson/.travis.yml https://github.com/bitly/go-simplejson/blob/master/.travis.yml. Adding the pushd/popd should be future proof, too.