You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default text/template delimiters {{ and }} are OK, but sometimes you need to generate a template or something crazy like that... This just means exposing some environment variable or command-line opt (how easy do I want to make it?) to https://golang.org/pkg/text/template/#Template.Delims
The text was updated successfully, but these errors were encountered:
The default
text/template
delimiters{{
and}}
are OK, but sometimes you need to generate a template or something crazy like that... This just means exposing some environment variable or command-line opt (how easy do I want to make it?) to https://golang.org/pkg/text/template/#Template.DelimsThe text was updated successfully, but these errors were encountered: