Versions in this module Expand all Collapse all v1 v1.0.1 May 27, 2021 v1.0.0 May 26, 2021 Changes in this version + func Marshal(v interface{}) ([]byte, error) + func Unmarshal(data []byte, v interface{}) error + type Error error + type Marshaler interface + MarshalBencode func() ([]byte, error) + type Unmarshaler interface + UnmarshalBencode func([]byte) error