type golang.org/x/net/idna.runeError
8 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L295: type runeError rune
idna10.0.0.go#L297: func (e runeError) code() string { return "P1" }
idna10.0.0.go#L298: func (e runeError) Error() string {
idna10.0.0.go#L412: return s, bidi, runeError(utf8.RuneError)
idna10.0.0.go#L422: return s, bidi, runeError(r)
idna10.0.0.go#L460: err = runeError(utf8.RuneError)
idna10.0.0.go#L475: err = runeError(r)
idna10.0.0.go#L603: 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. |