const golang.org/x/text/runes.runeErrorString
10 uses
golang.org/x/text/runes (current package)
runes.go#L89: const runeErrorString = string(utf8.RuneError)
runes.go#L152: dst[nDst+0] = runeErrorString[0]
runes.go#L153: dst[nDst+1] = runeErrorString[1]
runes.go#L154: dst[nDst+2] = runeErrorString[2]
runes.go#L240: dst[nDst+0] = runeErrorString[0]
runes.go#L241: dst[nDst+1] = runeErrorString[1]
runes.go#L242: dst[nDst+2] = runeErrorString[2]
runes.go#L348: dst[nDst+0] = runeErrorString[0]
runes.go#L349: dst[nDst+1] = runeErrorString[1]
runes.go#L350: dst[nDst+2] = runeErrorString[2]
![]() |
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. |