segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

Update README with versioned Installation? #124

Closed nanmu42 closed 3 years ago

nanmu42 commented 3 years ago

Hi, great package, I love it a lot.

I noticed current installation guide in README does not pin v4, it got:

go get github.com/segmentio/stats

instead of

go get github.com/segmentio/stats/v4

Maybe some modification would be helpful?

Thanks for your time.