Versions in this module Expand all Collapse all v2 v2.0.7 May 15, 2024 v2.0.6 May 14, 2024 Changes in this version + type Compiler interface + Compile func() Template + func Parse(tmpl string) (Compiler, error) + type InvalidTemplateError struct + func (e InvalidTemplateError) Error() string + type Template struct + Fields []string + OpCodes []int + Pool []string + Template string + Verb string + Version int