type golang.org/x/text/language.matchHeader
6 uses
golang.org/x/text/language (current package)
match.go#L257: index map[language.Language]*matchHeader
match.go#L264: type matchHeader struct {
match.go#L320: func (h *matchHeader) addIfNew(n haveTag, exact bool) {
match.go#L346: func (m *matcher) header(l language.Language) *matchHeader {
match.go#L350: h := &matchHeader{}
match.go#L370: index: make(map[language.Language]*matchHeader),
![]() |
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. |