`protoc-gen-gotemplate`: input
./example.proto
./example.txt.tmpl
Output
./example.txt
Command:
protoc --gotemplate_out=template_dir=.:. example.proto
Powered by
protoc-gen-gotemplate