What is the problem you're trying to solve
I've been upgrading protobuf in Protobuild and ttrpc to use Google's latest protobuf package instead of gogo/protobuf.
However protoc-gen-gogoctrd seems a blocker for the migration. It is replacing Id -> ID to better integrate with Go's idiomatic naming convention. There are few requests regarding the feature.
But both of them have been rejected.
Describe the solution you'd like
We need to either
Additional context
No response
What is the problem you're trying to solve
I've been upgrading protobuf in Protobuild and ttrpc to use Google's latest protobuf package instead of gogo/protobuf.
However protoc-gen-gogoctrd seems a blocker for the migration. It is replacing
Id->IDto better integrate with Go's idiomatic naming convention. There are few requests regarding the feature.But both of them have been rejected.
Describe the solution you'd like
We need to either
Additional context
No response