Versions in this module Expand all Collapse all v2 v2.6.2 Aug 12, 2022 Changes in this version + type BufferPool struct + func NewBuffer(minSize, maxSize int, factor float64) *BufferPool + func (p *BufferPool) Get(sz int) *bytes.Buffer + func (p *BufferPool) Put(s *bytes.Buffer)