raintank / statsdaemon

Metrics aggregation daemon like statsd, in Go and with a bunch of extra features.
The Unlicense
327 stars 30 forks source link

Cannot build with latest go-metric20 #19

Closed Freeaqingme closed 8 years ago

Freeaqingme commented 8 years ago

Just attempted to build statsdaemon, but got this error:

GOPATH=`pwd` ~/go//bin/go get github.com/Vimeo/statsdaemon/statsdaemon
package github.com/metrics20/go-metrics20: no buildable Go source files in ~/src/statsdaemon/src/github.com/metrics20/go-metrics20

Checking out metrics20/go-metrics20@d9bd23f fixes it (coming from metrics20/go-metrics20@54e0842d7 ).

Dieterbe commented 8 years ago

I just merged https://github.com/vimeo/statsdaemon/pull/20 which should fix it

Dieterbe commented 8 years ago

confirmed fix

Freeaqingme commented 8 years ago

Tnx!