html/template.Template.Parse (method)
6 uses
html/template (current package)
template.go#L186: func (t *Template) Parse(text string) (*Template, error) {
template.go#L436: _, err = tmpl.Parse(s)
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#L427: }).Parse(eventsHTML))
histogram.go#L337: distTmplCache = template.Must(template.New("distTmpl").Parse(`
trace.go#L964: }).Parse(pageHTML))
![]() |
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. |