Versions in this module Expand all Collapse all v1 v1.1.3 Oct 16, 2025 v1.1.2 Aug 20, 2025 v1.1.1 Jul 25, 2025 v1.1.0 Jul 23, 2025 Changes in this version + func Put(b *Bytes) + type Bytes struct + B []byte + func Get() *Bytes + func (bs *Bytes) Bytes() []byte + func (bs *Bytes) Cap() int + func (bs *Bytes) EnsureRemaining(atLeast int) + func (bs *Bytes) Len() int + func (bs *Bytes) Remaining() int + func (bs *Bytes) Reset() + func (bs *Bytes) String() string + func (bs *Bytes) Write(p []byte) (n int, err error) + func (bs *Bytes) WriteString(s string) (n int, err error)