html/template.Template.Funcs (method)
4 uses
html/template (current package)
template.go#L345: func (t *Template) Funcs(funcMap FuncMap) *Template {
go.opencensus.io/zpages
templates.go#L57: return template.Must(template.New(name).Funcs(templateFunctions).Parse(string(text)))
golang.org/x/net/trace
events.go#L424: eventsTmplCache = template.Must(template.New("events").Funcs(template.FuncMap{
trace.go#L961: pageTmplCache = template.Must(template.New("Page").Funcs(template.FuncMap{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |