text/template.Template.Lookup (method)
5 uses
text/template (current package)
exec.go#L189: tmpl := t.Lookup(name)
exec.go#L500: tmpl := s.tmpl.Lookup(t.Name)
template.go#L185: func (t *Template) Lookup(name string) *Template {
html/template
escape.go#L942: t := e.arbitraryTemplate().text.Lookup(name)
template.go#L159: if t.text.Lookup(name) == nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)