moul / protoc-gen-gotemplate

:open_file_folder: generic protocol generator based on golang's text/template (grpc/protobuf)
https://manfred.life/protoc-gen-gotemplate
MIT License
438 stars 68 forks source link

Helper isFieldMessage should not check for label repeated to allow chaining of isFieldMessage and isFieldRepeated helpers #34

Closed vgheri closed 7 years ago

vgheri commented 7 years ago

CC @proullon @moul

moul commented 7 years ago

@vgheri is this issue still an issue ?

vgheri commented 7 years ago

Yes @moul , I'd like to know what @proullon thinks about it.

proullon commented 7 years ago

Sure remove the check for repeated in isFieldMessage

vgheri commented 7 years ago

Ok will do