Versions in this module Expand all Collapse all v1 v1.0.1 Aug 26, 2021 Changes in this version type Engine + RegisterLibrary func(file string) error v1.0.0 Jun 18, 2021 Changes in this version + var DefaultOption = Option + type Engine interface + Exec func(tpl string, data interface{}, opt *Option) (string, error) + type Option struct + CompileDebug bool + Debug bool + Filename string + LocalsName string + RmWhitespace bool + type Script interface + GetScriptCode func() string