func golang.org/x/text/transform.Bytes
5 uses
golang.org/x/text/transform (current package)
transform.go#L677: func Bytes(t Transformer, b []byte) (result []byte, n int, err error) {
golang.org/x/text/cases
cases.go#L44: b, _, _ = transform.Bytes(c.t, b)
golang.org/x/text/runes
runes.go#L66: b, _, err := transform.Bytes(t, b)
golang.org/x/text/secure/precis
transformer.go#L24: b, _, _ = transform.Bytes(t, b)
golang.org/x/text/width
width.go#L174: b, _, _ = transform.Bytes(t, b)
 |
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. |