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