func html/template.New
7 uses
html/template (current package)
template.go#L284: func New(name string) *Template {
template.go#L319: emptyTmpl := New(existing.Name())
template.go#L429: t = New(name)
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{
histogram.go#L337: distTmplCache = template.Must(template.New("distTmpl").Parse(`
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. |