github.com/google/safehtml/template.Template.Parse (method)
12 uses
github.com/google/safehtml/template (current package)
template.go#L154: t, err := New("").Parse(text)
template.go#L239: func (t *Template) Parse(text stringConstant) (*Template, error) {
template.go#L281: return t.Parse(stringConstant(tmpl.String()))
template.go#L553: _, err = tmpl.Parse(s)
golang.org/x/pkgsite/internal/frontend
fetch.go#L261: t := template.Must(template.New("").Parse(`{{.}}`))
fetch.go#L303: t := template.Must(template.New("").Parse(`{{.}}`))
overview.go#L81: t := template.Must(template.New("").Parse(`{{.}}
`))
readme.go#L76: t := template.Must(template.New("").Parse(`{{.}}
`))
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
idents.go#L318: var LinkTemplate = template.Must(template.New("link").Parse(
linkify.go#L507: var anchorTemplate = template.Must(template.New("anchor").Parse(``))
render.go#L73: var docDataTmpl = template.Must(template.New("").Parse(`
render.go#L98: var exampleTmpl = template.Must(template.New("").Parse(`
![]() |
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. |