text/template.Template.New (method)

4 uses

	text/template (current package)
		helper.go#L86: 			tmpl = t.New(name)
		template.go#L59: func (t *Template) New(name string) *Template {
		template.go#L132: 		nt = t.New(name)

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