Documentation ¶
Overview ¶
Package stringtemplate implements Python string.Template-like substitution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Resolve ¶
Resolve resolves substitutions in v using the supplied substitution map, subst.
A substitution can have the form:
$key ${key}
The substitution can also be escaped using a second "$", such as "$$".
If the string includes an erroneous substitution, or if a referenced template variable isn't included in the "substitutions" map, Resolve will return an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.