func encoding/base64.NewEncoding
4 uses
encoding/base64 (current package)
base64.go#L61: func NewEncoding(encoder string) *Encoding {
base64.go#L117: var StdEncoding = NewEncoding(encodeStd)
base64.go#L121: var URLEncoding = NewEncoding(encodeURL)
github.com/segmentio/asm/base64
base64_amd64.go#L21: e := &Encoding{base: base64.NewEncoding(encoder)}
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |