type vendor/golang.org/x/net/idna.labelError
17 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L287: type labelError struct{ label, code_ string }
idna10.0.0.go#L289: func (e labelError) code() string { return e.code_ }
idna10.0.0.go#L290: func (e labelError) Error() string {
idna10.0.0.go#L318: err = &labelError{s, "A4"}
idna10.0.0.go#L327: err = &labelError{s, "A4"}
idna10.0.0.go#L358: err = &labelError{s, "B"}
idna10.0.0.go#L376: err = &labelError{label, "A4"}
idna10.0.0.go#L388: err = &labelError{s, "A4"}
idna10.0.0.go#L406: return s, false, &labelError{s, "V1"}
idna10.0.0.go#L595: return &labelError{s, "V1"}
idna10.0.0.go#L605: return &labelError{s, "V6"}
idna10.0.0.go#L679: return &labelError{s, "A4"}
idna10.0.0.go#L688: return &labelError{s, "V2"}
idna10.0.0.go#L691: return &labelError{s, "V3"}
idna10.0.0.go#L697: return &labelError{s, "V5"}
idna10.0.0.go#L722: return &labelError{s, "C"}
punycode.go#L31: func punyError(s string) error { return &labelError{s, "A3"} }
 |
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. |