type golang.org/x/text/language.CanonType
9 uses
golang.org/x/text/language (current package)
language.go#L49: func (c CanonType) Make(s string) Tag {
language.go#L67: type CanonType int
language.go#L71: DeprecatedBase CanonType = 1 << iota
language.go#L90: Raw CanonType = 0
language.go#L115: func canonicalize(c CanonType, t language.Tag) (language.Tag, bool) {
language.go#L188: func (c CanonType) Canonicalize(t Tag) (Tag, error) {
parse.go#L45: func (c CanonType) Parse(s string) (t Tag, err error) {
parse.go#L81: func (c CanonType) Compose(part ...interface{}) (t Tag, err error) {
tags.go#L23: func (c CanonType) MustParse(s string) Tag {
![]() |
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. |