Versions in this module Expand all Collapse all v0 v0.1.0 Apr 10, 2019 Changes in this version + type Buffer struct + B []byte + type Pool struct + func (p *Pool) Get(capacity int) *Buffer + func (p *Pool) Put(buf *Buffer)