gotoc
gotoc copied to clipboard
Protocol Buffer compiler written in Go
Results
2
gotoc issues
Sort by
recently updated
recently updated
newest added
It seems like it is still struggling to parse extensions. $ gotoc puddingmilkshake.proto puddingmilkshake.proto:7: got "gogoproto.populate_all", want "=" It should probably give some import error about not being able to...
Hi The project fails at compiling protos with `option` at messages, enums, services levels. we are trying to do some custom code generating based on our custom options. [https://developers.google.com/protocol-buffers/docs/proto3#options](url) >...