> Hah, nice! Rather than copy generated code you may want to add a Go > codec generator to zproto. It should be fairly simple to port the > existing C codec generator.
codec_go.gsl [1] ported about 20-30% of codec_c.gsl, all I needed to implement ZRE/Zyre in Go, in fact msg package [2] is the generated code of that codec. I'll contribute it back to zproto as soon as I finished the rest of the codec. -- [1] https://github.com/zeromq/gyre/blob/master/misc/scripts/codec_go.gsl [2] https://github.com/zeromq/gyre/tree/master/msg
signature.asc
Description: PGP signature
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
