samuel / go-zookeeper

Native ZooKeeper client for Go. This project is no longer maintained. Please use https://github.com/go-zookeeper/zk instead.
BSD 3-Clause "New" or "Revised" License
1.64k stars 672 forks source link

Support Go Mod? #228

Open Youosun opened 4 years ago

Youosun commented 4 years ago

Cannot use in my GOMOD project

JensRantil commented 4 years ago

What needs to be done here is simply push the v0 tag of the latest stable commit.

JensRantil commented 4 years ago

...let me know if you need any help with this.