To work with Zookeeper, I searched around and can only find gozk, which is a CGo binding with a C library. It surely can work well, but not really easily portable. Besides, I like to deploy the go code as a single executable binary, instead of asking users to install this and that.
Has anyone already done the "dirty" job to create a pure-go library for Zookeeper?
Chris