gin
gin copied to clipboard
precompiled templates
hi, could it be possible to add support for watching other file extensions other than *.go? i have for instance HTML templates that are read at application startup and i need to watch them too.
i have quick and dirty fix for it in scanChanges function but i was thinking about proper switch that would allow to specify file types to watch.
+1 Same issue here, I'm caching the template, and gin doesn't refresh the app :( Thanks
+1