quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Package broken: *"github.com/quipo/statsd".StatsdBuffer does not implement "github.com/quipo/statsd".Statsd (missing CreateTCPSocket method) #33

Closed oryband closed 8 years ago

oryband commented 8 years ago

Using StatsdBuffer now breaks my app. Trying to compile:

*"github.com/quipo/statsd".StatsdBuffer does not implement "github.com/quipo/statsd".Statsd (missing CreateTCPSocket method)
bolshoy commented 8 years ago

:+1:

oryband commented 8 years ago

@quipo you should probably add more tests for all Statsd interface implementers, these should've caught simple breaking stuff like this one

quipo commented 8 years ago

@oryband: sorry, I committed some things too soon. Should be fixed now, I also added a simple test for the buffered client.