Versions in this module Expand all Collapse all v0 v0.2.3 Dec 12, 2022 v0.2.2 Dec 10, 2022 Changes in this version + var StdEncoding = newEncoding(encodeStd) + type CorruptInputError int64 + func (e CorruptInputError) Error() string + type Encoding struct + func (enc *Encoding) Decode(src []byte) ([]byte, error) + func (enc *Encoding) Encode(src []byte) []byte