Versions in this module Expand all Collapse all v1 v1.0.6 Jan 26, 2022 Changes in this version + const GlobalLeakyBufSize + var GlobalLeakyBuf = NewLeakyBuf(maxNBuf, GlobalLeakyBufSize) + type LeakyBuf struct + func NewLeakyBuf(n, bufSize int) *LeakyBuf + func (lb *LeakyBuf) Get() (b []byte) + func (lb *LeakyBuf) Put(b []byte)