Versions in this module Expand all Collapse all v1 v1.1.1 Nov 20, 2020 v1.1.0 Sep 26, 2020 Changes in this version + type RawBytes []byte + func (bs *RawBytes) GobDecode(data []byte) error + func (bs *RawBytes) UnmarshalBinary(data []byte) error + func (bs *RawBytes) UnmarshalJSON(data []byte) error + func (bs *RawBytes) UnmarshalText(data []byte) error + func (bs RawBytes) Bytes() []byte + func (bs RawBytes) GobEncode() ([]byte, error) + func (bs RawBytes) MarshalBinary() ([]byte, error) + func (bs RawBytes) MarshalJSON() ([]byte, error) + func (bs RawBytes) MarshalText() ([]byte, error)