type golang.org/x/net/idna.labelError
17 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L288: type labelError struct{ label, code_ string }
idna10.0.0.go#L290: func (e labelError) code() string { return e.code_ }
idna10.0.0.go#L291: func (e labelError) Error() string {
idna10.0.0.go#L319: err = &labelError{s, "A4"}
idna10.0.0.go#L328: err = &labelError{s, "A4"}
idna10.0.0.go#L359: err = &labelError{s, "B"}
idna10.0.0.go#L377: err = &labelError{label, "A4"}
idna10.0.0.go#L389: err = &labelError{s, "A4"}
idna10.0.0.go#L407: return s, false, &labelError{s, "V1"}
idna10.0.0.go#L596: return &labelError{s, "V1"}
idna10.0.0.go#L606: return &labelError{s, "V6"}
idna10.0.0.go#L680: return &labelError{s, "A4"}
idna10.0.0.go#L689: return &labelError{s, "V2"}
idna10.0.0.go#L692: return &labelError{s, "V3"}
idna10.0.0.go#L698: return &labelError{s, "V5"}
idna10.0.0.go#L723: 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. |