type vendor/golang.org/x/net/idna.runeError
8 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L294: type runeError rune
idna10.0.0.go#L296: func (e runeError) code() string { return "P1" }
idna10.0.0.go#L297: func (e runeError) Error() string {
idna10.0.0.go#L411: return s, bidi, runeError(utf8.RuneError)
idna10.0.0.go#L421: return s, bidi, runeError(r)
idna10.0.0.go#L459: err = runeError(utf8.RuneError)
idna10.0.0.go#L474: err = runeError(r)
idna10.0.0.go#L602: return runeError(utf8.RuneError)
![]() |
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. |