Closed johanbrandhorst closed 6 years ago
wat! really?
So we can even delete the gogo/status package?
As far as I can tell... But the gogo/status package is still necessary if you're working with types that don't define XXX_MessageName
or use goproto_registration
. That's probably a very narrow use case.
Should the example.proto maybe then include?
option (gogoproto.messagename_all) = true;
Good idea. I briefly played around with removing goproto_registration
but it's still necessary because grpc-gateway calls to proto.EnumValueMap
when resolving query parameters:
Bump :(?
Interesting. I replied via email a day ago, but it didn't seem to arrive as a comment here. Sorry.
Good to know about proto.EnumValueMap
. Very interesting.
Ridicolously enough, this now works :nerd_face:.
Fixes #12