Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2019 Changes in this version + type Pool struct + func New(minSize, maxSize int) *Pool + func (p *Pool) Get(size int) *[]byte + func (p *Pool) Put(b *[]byte)