Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 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) Other modules containing this package github.com/pao214/loki/v2