In my understanding, go templates are parsed from a given source at runtime in order to get a compiled version of type template.Template. Then, the compiled version is executed on some data to do the actual templating.
But then I'm wondering : is it possible to parse a template at compile time ?