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 arithmetic helper #94

Closed Tommy-42 closed 6 years ago

Tommy-42 commented 6 years ago

I didn't find any way to do arithmetic transformation into a template.

It could be usefull to have arithmetic helper like :

add substract multiply divide

What do you think ?