Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + type InvalidTemplateError struct + Template string + func Substitute(template string, mapping Mapping) (result string, err *InvalidTemplateError) + func (e InvalidTemplateError) Error() string + type Mapping func(string) (string, bool)