ncw / gotemplate

Package based templating system for Go
MIT License
258 stars 28 forks source link

Init method should not be renamed #24

Closed igrmk closed 6 years ago

igrmk commented 6 years ago

Method init is renamed on template instantiation. It should not be renamed otherwise it is not called on startup.

ncw commented 6 years ago

Ah yes, well spotted!

ncw commented 6 years ago

This was fixed in #26 - thank you