common/pool/errors.go

6 lines
93 B
Go

package pool
import "errors"
var ErrBufferReturned = errors.New("buffer already returned")