A golang interface to the CZMQ v4.2 API.
go get github.com/zeromq/goczmq
The CZMQ library includes experimental classes that are not built by default, but can be built
by passing --enable-drafts
to configure. Support for these draft classes are being added
to goczmq. To build these features against a CZMQ that has been compiled with --enable-drafts
,
use go build -tags draft
.
go get gopkg.in/zeromq/goczmq.v4
Note: CZMQ 4.2 is has not been released yet.
go get gopkg.in/zeromq/goczmq.v1