Versions in this module Expand all Collapse all v1 v1.0.1 Apr 9, 2025 v1.0.0 Feb 26, 2025 Changes in this version + type T struct + func New() *T + func (t *T) AppendFuncMap(fm template.FuncMap) + func (t *T) MustExecute(data interface{}) *T + func (t *T) MustParse(text string) *T + func (t *T) MustSave(filename string, format bool) + func (t *T) MustSaveAs(filename string, formatCode bool) + func (t *T) Write(writer io.Writer, formatCode bool)