Skip to content

v5.5.2: Fix code generation for non-camel case messages

Compare
Choose a tag to compare
@dpolansky dpolansky released this 15 Feb 02:56
f369103

This release includes a fix to the generator to support Protobuf messages that are not defined in camel case. For example, messages such as Hat_v1 would have the Go type name HatV1 in the protoc-gen-go generated code, but the Twirp generated code would expect Hat_v1.