func text/template.HTMLEscape
6 uses
text/template (current package)
funcs.go#L603: func HTMLEscape(w io.Writer, b []byte) {
funcs.go#L637: 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#L858: template.HTMLEscape(w, b)
![]() |
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. |