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 70 forks source link

goType helper can now correctly detect arrays of built-in types #47

Closed vgheri closed 7 years ago

vgheri commented 7 years ago

Removed useless fmt.Sprintf statements

vgheri commented 7 years ago

@moul Could you please review this PR? Thanks