func golang.org/x/text/internal/tag.Compare
3 uses
golang.org/x/text/internal/tag (current package)
tag.go#L71: func Compare(a string, b []byte) int {
golang.org/x/text/internal/language
lookup.go#L232: if tag.Compare(altRegionISO3[i:i+3], s) == 0 {
parse.go#L278: if len(s) > 0 && tag.Compare(s, scan.b) == 0 {
![]() |
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. |