pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 163 forks source link

Allow runtime linking with libzmq version equal or greater as compile time. #96

Closed bkmit closed 7 years ago

bkmit commented 7 years ago

This little patch allow easy path for zeromq library bugfix upgrades without need to recompile dependent go projects.

pebbe commented 7 years ago

Can't do that. Even the patch versions are not backward compatible.