type golang.org/x/text/runes.replaceIllFormed
4 uses
golang.org/x/text/runes (current package)
runes.go#L278: return Transformer{&replaceIllFormed{}}
runes.go#L281: type replaceIllFormed struct{ transform.NopResetter }
runes.go#L283: func (t replaceIllFormed) Span(src []byte, atEOF bool) (n int, err error) {
runes.go#L312: func (t replaceIllFormed) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
 |
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. |