package
1.0.2007
Repository: https://github.com/deatil/go-encoding.git
Documentation: pkg.go.dev

# Functions

NewEncoding returns a new padded Encoding defined by the given alphabet, which must be a 62-byte string that does not contain the padding character or CR / LF ('\r', '\n').

# Variables

StdEncoding is the standard base62 encoding.

# Structs

An Encoding is a radix 62 encoding/decoding scheme, defined by a 62-character alphabet.

# Type aliases

No description provided by the author