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

Regex functions in template not working #80

Closed gigimushroom closed 6 years ago

gigimushroom commented 6 years ago

regex functions defined in: http://masterminds.github.io/sprig/strings.html all not working.

function "regexFindAll" not defined

Any ideas?

moul commented 6 years ago

Hi @gigimushroom, thank you for your feedback

The sprig dependency was outdated; #81 bumps it to the correct version + adds a working example

gigimushroom commented 6 years ago

Thank you