Versions in this module Expand all Collapse all v0 v0.1.0 Nov 18, 2019 Changes in this version + type FunctionMap map[string]interface + type MissingKeyPolicy int + const ErrorOnMissing + const NullOnMissing + type Template struct + MissingKeys MissingKeyPolicy + func Parse(r io.Reader, funcs FunctionMap) (t *Template, err error) + func ParseString(s string, funcs FunctionMap) (*Template, error) + func (t *Template) Render(data interface{}) (res interface{}, err error) + func (t *Template) RenderJSON(out io.Writer, in io.Reader) error