2016-08-03 9:21 GMT+02:00 Tamás Gulácsi <tgulacs...@gmail.com>:
> Everyone says you should give in, and use what protoc-gen-go generates, but I 
> don't know how stable is that...

This is indeed what you should do. But see also
https://github.com/gogo/protobuf which in combination with the proto 3
syntax will give you both very idiomatic structs and code generated
serialization (as opposed to reflect based). With proto 3 you're
probably able to generate the exact same structs you already have
today from the protocol definition, thus not losing anything in the
conversion process.

//jb

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to