encoding/base32.encoder.buf (field)
5 uses
encoding/base32 (current package)
base32.go#L179: buf [5]byte // buffered data waiting to be encoded
base32.go#L193: e.buf[e.nbuf] = p[i]
base32.go#L201: e.enc.Encode(e.out[0:], e.buf[0:])
base32.go#L225: e.buf[i] = p[i]
base32.go#L237: e.enc.Encode(e.out[0:], e.buf[0:e.nbuf])
![]() |
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. |