go-zookeeper / zk

Native ZooKeeper client for Go
BSD 3-Clause "New" or "Revised" License
512 stars 130 forks source link

Add removewatch command #82

Open zeikar opened 2 years ago

zeikar commented 2 years ago

Add removewatch command (#76 )

I have implemented the method below.

func (c *Conn) RemoveWatch(path string) error