Versions in this module Expand all Collapse all v2 v2.5.2 Apr 27, 2022 Changes in this version + type Decbuf struct + func DecWith(b []byte) (res Decbuf) + func DecWrap(inner encoding.Decbuf) Decbuf + func (d *Decbuf) Bytes(n int) []byte + type Encbuf struct + func EncWith(b []byte) (res Encbuf) + func EncWrap(inner encoding.Encbuf) Encbuf + func (e *Encbuf) PutString(s string)