Versions in this module Expand all Collapse all v1 v1.5.0 Aug 4, 2023 Changes in this version + type BufferPool struct + func NewBufferPool(s int) *BufferPool + func (bp *BufferPool) Get() *bytes.Buffer + func (bp *BufferPool) Put(b *bytes.Buffer) v1.5.0-rc.0 Jul 13, 2023