func text/template.HTMLEscape
6 uses
text/template (current package)
funcs.go#L590: func HTMLEscape(w io.Writer, b []byte) {
funcs.go#L624: HTMLEscape(&b, []byte(s))
go/doc
comment.go#L39: template.HTMLEscape(&buf, []byte(text))
comment.go#L46: template.HTMLEscape(w, []byte(text))
comment.go#L150: template.HTMLEscape(w, []byte(url))
html/template
escape.go#L927: template.HTMLEscape(w, b)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)