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

Feature/add all argument #43

Closed gfanton closed 7 years ago

gfanton commented 7 years ago

Add an all option argument that will parse every protofiles (not only those with services). exemple:

protoc -I. --gotemplate_out=template_dir=templates,debug=true,all=true:output ./protos/*.proto
moul commented 7 years ago

👍 and say hello to location.proto!