Versions in this module Expand all Collapse all v0 v0.6.0 Mar 12, 2024 Changes in this version + type Option func(*Template) + func WithStrictMode() Option + type Template struct + func New(input string, options ...Option) (Template, error) + func (t *Template) Execute(result any, value any) error + func (t *Template) Funcs(funcMap template.FuncMap)