golang.org/x/text/language.Tag.lang (method)
5 uses
golang.org/x/text/language (current package)
coverage.go#L127: a[i] = Base{language.Language(t.lang())}
language.go#L37: func (t *Tag) lang() language.Language { return t.tag().LangID }
language.go#L247: if b := t.lang(); b != 0 {
match.go#L388: m.default_ = m.header(supported[0].lang()).haveTags[0]
match.go#L496: if w.LangID == t.lang() {
![]() |
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. |