text/template.Template.AddParseTree (method)
5 uses
text/template (current package)
template.go#L126: func (t *Template) AddParseTree(name string, tree *parse.Tree) (*Template, error) {
template.go#L208: if _, err := t.AddParseTree(name, tree); err != nil {
github.com/google/safehtml/template
escape.go#L759: if _, err := tmpl.text.AddParseTree(t.Name(), t.Tree); err != nil {
html/template
escape.go#L812: if _, err := tmpl.text.AddParseTree(t.Name(), t.Tree); err != nil {
template.go#L224: text, err := t.text.AddParseTree(name, tree)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |