Versions in this module Expand all Collapse all v1 v1.22.1 Sep 3, 2022 v1.22.0 Jun 9, 2020 Changes in this version + type Codec interface + Marshal func(v interface{}) ([]byte, error) + String func() string + Unmarshal func(data []byte, v interface{}) error + func New(size int) Codec