hexdigest / gowrap

GoWrap is a command line tool for generating decorators for Go interfaces
MIT License
1.06k stars 82 forks source link

Feat: template file relative to git root path #49

Closed kristofpento closed 2 years ago

kristofpento commented 2 years ago

Adds support to define template source as relative to git root path. Which makes it possible to define the template source as a/b/c/t.template instead of ../../../t.template

hexdigest commented 2 years ago

@kristofpento this is a good one, thank you for the contribution! I released v1.2.3 with your changes.