Versions in this module Expand all Collapse all v0 v0.1.2 Jun 12, 2026 Changes in this version + type BufPool interface + Get func() []byte + Put func([]byte) + func NewPool(size int) BufPool