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

Add Concat/Join/Store helpers #96

Closed gfanton closed 6 years ago

gfanton commented 6 years ago
moul commented 6 years ago

FYI, join is already shipped with sprig: https://github.com/Masterminds/sprig/blob/master/functions.go#L196