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

connOption should be exported #108

Open dragonsinth opened 8 years ago

dragonsinth commented 8 years ago

It's part of the public API of zk.Connect().

cpheps commented 6 years ago

Looks like this was un-exported at some point is there a reason? It would make it much easier to mock out the Connect function if this were exported.