func encoding/xml.EscapeText
6 uses
encoding/xml (current package)
marshal.go#L371: EscapeText(p, []byte(url))
marshal.go#L536: EscapeText(p, b)
marshal.go#L687: EscapeText(p, text)
marshal.go#L821: emit := EscapeText
xml.go#L1895: func EscapeText(w io.Writer, s []byte) error {
xml.go#L1990: EscapeText(w, s)
![]() |
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. |