Hi I have a Golang server with a bunch of structs. The server was serving data over JSON happily till now. Suddenly, there is a need for using proto.
Is there a way to automatically generate a .proto file given a set of golang structs ? Some structs contain arrays of instances of some of these structs as members too. I saw https://github.com/kubernetes/kubernetes/tree/master/cmd/libs/go2idl which seem to be something related but not sure if it is restricted only to kubernetes sources or a generic solution. Has anyone tried doing something similar ? Sankar -- 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.