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

feat: add goTypeWithGoPackage #102

Closed jhayotte closed 6 years ago

jhayotte commented 6 years ago

This function allows you to prefix your field of type message with what you defined in the option go_package.

Moreover it handles message embedded.

In this commit, I rename gometalinter gas option in gosec.