Home | History | Annotate | Download | only in template

Lines Matching full:funcs

629 	funcs := FuncMap{
649 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
651 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)