var encoding/xml.cdataEnd
5 uses
encoding/xml (current package)
xml.go#L1995: cdataEnd = []byte("]]>")
xml.go#L2009: i := bytes.Index(s, cdataEnd)
xml.go#L2010: if i >= 0 && i+len(cdataEnd) <= len(s) {
xml.go#L2018: i += len(cdataEnd)
xml.go#L2027: _, err := w.Write(cdataEnd)
![]() |
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. |