Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + type Node struct + func NewRoot() *Node + func (node *Node) AddReplacement(expr string, repl interface{}) + func (node *Node) AddReplacementf(expr string, replFormat string, a ...interface{}) + func (node *Node) NewChild(label string) *Node + type Template struct + func Parse(r io.Reader) (*Template, error) + func (tmpl *Template) Instantiate(w io.Writer, node *Node) error + func (tmpl Template) Dump(w io.Writer)