Versions in this module Expand all Collapse all v1 v1.5.34 Feb 5, 2023 Changes in this version + var ErrAmbiguousAlphabet = errors.New("ambiguous alphabet") + var ErrNonBaseChar = errors.New("non-base character") + type Encoding struct + func NewEncoding(alphabet string) (*Encoding, error) + func (e *Encoding) Decode(source string) ([]byte, error) + func (e *Encoding) Encode(source []byte) string v1.2.8-test Feb 5, 2023