v5.5.2: Fix code generation for non-camel case messages
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
.