encoding/base64.decoder.out (field)
14 uses
encoding/base64 (current package)
base64.go#L396: out []byte // leftover decoded output
base64.go#L402: if len(d.out) > 0 {
base64.go#L403: n = copy(p, d.out)
base64.go#L404: d.out = d.out[n:]
base64.go#L433: d.out = d.outbuf[:nw]
base64.go#L434: n = copy(p, d.out)
base64.go#L435: d.out = d.out[n:]
base64.go#L436: if n > 0 || len(p) == 0 && len(d.out) > 0 {
base64.go#L455: d.out = d.outbuf[:nw]
base64.go#L456: n = copy(p, d.out)
base64.go#L457: d.out = d.out[n:]
![]() |
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. |