wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

Tag it please #38

Open horkhe opened 6 years ago

horkhe commented 6 years ago

With the advent of dep and vgo proper semver versioning becomes a requirement. So could you please tag the release.

F21 commented 6 years ago

I think it would also be a good idea to run go mod init and go mod tidy to generate the go.mod and go.sum files. This will make the library compliant with Go modules.