var encoding/xml.first
5 uses
encoding/xml (current package)
xml.go#L1229: if !unicode.Is(first, c) {
xml.go#L1238: if !unicode.Is(first, c) && !unicode.Is(second, c) {
xml.go#L1253: if !unicode.Is(first, c) {
xml.go#L1262: if !unicode.Is(first, c) && !unicode.Is(second, c) {
xml.go#L1274: var first = &unicode.RangeTable{
 |
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. |