func encoding/base64.NewEncoding
4 uses
encoding/base64 (current package)
base64.go#L64: func NewEncoding(encoder string) *Encoding {
base64.go#L119: var StdEncoding = NewEncoding("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")
base64.go#L123: var URLEncoding = NewEncoding("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_")
github.com/segmentio/asm/base64
base64_amd64.go#L21: e := &Encoding{base: base64.NewEncoding(encoder)}
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |