Re: [protobuf] Is there a way to convert the go class to protobuf?

2019-08-22 Thread Srinivasa Rao Chirathanagandla
Hi Alex, Thank you for the reply. Yes, I agree with you on designing the protos first and using it in different languages. I will work in that direction. Regards, Srinivas On Thursday, August 22, 2019 at 12:22:33 AM UTC-7, Alex Van Boxel wrote: > > I don't think that tooling exists todo this,

Re: [protobuf] Is there a way to convert the go class to protobuf?

2019-08-22 Thread Alex Van Boxel
I don't think that tooling exists todo this, but even if it did I would strongly advice against it. I've worked in a project where proto's where created for C# classes and keeping the proto's compatible with each change of the C# classes was a nightmare. The great thing of working with proto's as