text/template.Template.name (field)
13 uses
text/template (current package)
exec.go#L187: return fmt.Errorf("template: no template %q associated with template %q", name, t.name)
template.go#L29: name string
template.go#L39: name: name,
template.go#L47: return t.name
template.go#L60: name: name,
template.go#L92: if k == t.name {
template.go#L93: nt.tmpl[t.name] = nt
template.go#L114: name: t.name,
template.go#L129: if name != t.name {
template.go#L201: trees, err := parse.Parse(t.name, text, t.leftDelim, t.rightDelim, t.parseFuncs, builtins())
template.go#L222: if old := t.tmpl[new.name]; old != nil && parse.IsEmptyTree(tree.Root) && old.Tree != nil {
template.go#L227: t.tmpl[new.name] = new
 |
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. |