golang.org/x/text/language.Extension.s (field)
8 uses
golang.org/x/text/language (current package)
language.go#L359: s string
language.go#L365: return e.s
language.go#L377: if e.s == "" {
language.go#L380: return e.s[0]
language.go#L385: return strings.Split(e.s, "-")
parse.go#L110: if v.s == "" {
parse.go#L114: b.SetExt(v.s)
parse.go#L123: b.SetExt(e.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. |