Closed agonzalezro closed 8 years ago
At the moment every time that a template is changed an script needs to be run, this is claiming for errors, so perhaps use go generate could fix this issue.
go generate
Closed with https://github.com/agonzalezro/polo/pull/39
At the moment every time that a template is changed an script needs to be run, this is claiming for errors, so perhaps use
go generate
could fix this issue.