How to store all Go templates in a single *Template variable?
Currently, I have a map[string]*template.Template
, which stores each individual template. I load them like so:
Currently, I have a map[string]*template.Template
, which stores each individual template. I load them like so: