Versions in this module Expand all Collapse all v1 v1.1.0-alpha Oct 31, 2017 v1.0.1 Oct 31, 2017 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