Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + var DefaultPool = NewBytesPool() + type BytesPool struct + func NewBytesPool() *BytesPool + func (bp *BytesPool) Alloc(size int) (origin, data []byte) + func (bp *BytesPool) Free(origin []byte) int