text/template.Template.New (method)

4 uses

	text/template (current package)
		helper.go#L85: 			tmpl = t.New(name)
		template.go#L58: func (t *Template) New(name string) *Template {
		template.go#L135: 		nt = t.New(name)

	html/template
		template.go#L314: 		t.text.New(name),