text/template.Template.Execute (method)
8 uses
text/template (current package)
exec.go#L189: return tmpl.Execute(wr, data)
exec.go#L202: func (t *Template) Execute(wr io.Writer, data interface{}) error {
github.com/google/safehtml/template
template.go#L130: return t.text.Execute(wr, data)
template.go#L177: return tmpl.text.Execute(wr, data)
golang.org/x/pkgsite/cmd/prober
main.go#L286: err := statusTemplate.Execute(&buf, data)
golang.org/x/pkgsite/internal/godoc/codec
generate.go#L335: if err := tmpl.Execute(&buf, data); err != nil {
html/template
template.go#L124: return t.text.Execute(wr, data)
template.go#L139: return tmpl.text.Execute(wr, data)
![]() |
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. |