type encoding/base32.Encoding
16 uses
encoding/base32 (current package)
base32.go#L21: type Encoding struct {
base32.go#L37: func NewEncoding(encoder string) *Encoding {
base32.go#L42: e := new(Encoding)
base32.go#L68: func (enc Encoding) WithPadding(padding rune) *Encoding {
base32.go#L93: func (enc *Encoding) Encode(dst, src []byte) {
base32.go#L169: func (enc *Encoding) EncodeToString(src []byte) string {
base32.go#L177: enc *Encoding
base32.go#L250: func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {
base32.go#L256: func (enc *Encoding) EncodedLen(n int) int {
base32.go#L277: func (enc *Encoding) decode(dst, src []byte) (n int, end bool, err error) {
base32.go#L365: func (enc *Encoding) Decode(dst, src []byte) (n int, err error) {
base32.go#L373: func (enc *Encoding) DecodeString(s string) ([]byte, error) {
base32.go#L382: enc *Encoding
base32.go#L521: func NewDecoder(enc *Encoding, r io.Reader) io.Reader {
base32.go#L527: func (enc *Encoding) DecodedLen(n int) int {
![]() |
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. |