Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2018 Changes in this version + type BufferPool struct + func New(bufferSize, bufferCount int) *BufferPool + func (bf *BufferPool) Expand(bufferCount int) + func (bf *BufferPool) Len() int + func (bf *BufferPool) Put(buffer []byte) bool + func (bf *BufferPool) Take() (buffer []byte)