go-zookeeper / zk

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

Fix `ZK_VERSION` handling #100

Closed jpfourny closed 1 year ago

jpfourny commented 1 year ago

Fixed ZK_VERSION handling. Previously, it was not probably set by make test, and it was not properly compared in code. Also fixed some linter warnings about unhandled errors returned.