func encoding/base64.NewDecoder
3 uses
encoding/base64 (current package)
base64.go#L601: func NewDecoder(enc *Encoding, r io.Reader) io.Reader {
go.opencensus.io/zpages/internal
resources.go#L62: b64 := base64.NewDecoder(base64.StdEncoding, bytes.NewBufferString(f.compressed))
golang.org/x/crypto/openpgp/armor
armor.go#L220: p.oReader.b64Reader = base64.NewDecoder(base64.StdEncoding, &p.lReader)
![]() |
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. |