Closed
Description
Not sure what happened, went to add a field to our messages (IsFanout
), ran go get -u github.com/golang/protobuf/protoc-gen-g
ran protoc -I=. --go_out=. ./messages.proto
and the resulting file won't compile and also has a lot of fields marked xxx_
. I've attached a zip with the old files and the new ones for comparison. Should I be using a different version?