Versions in this module Expand all Collapse all v0 v0.1.0 Jun 7, 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