Closed
Description
Example:
message Foo {
string bar_baz = 1;
}
Go generator generates CamelCased JSON field json="barBaz,omitempty"
, but gen-swagger takes raw name (bar_baz
).
https://github.com/golang/protobuf/blob/master/protoc-gen-go/generator/generator.go#L1781