encoding/base32.decoder.buf (field)
8 uses
encoding/base32 (current package)
base32.go#L385: buf [1024]byte // leftover input
base32.go#L430: if nn > len(d.buf) {
base32.go#L431: nn = len(d.buf)
base32.go#L445: nn, d.err = readEncodedData(d.r, d.buf[d.nbuf:nn], min, expectsPadding)
base32.go#L461: nw, d.end, err = d.enc.decode(d.outbuf[0:], d.buf[0:nr])
base32.go#L466: n, d.end, err = d.enc.decode(p, d.buf[0:nr])
base32.go#L470: d.buf[i] = d.buf[i+nr]
 |
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. |