package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jan 25, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BufPool interface {
Get() []byte
Put([]byte)
}
BufPool is an interface for getting and returning temporary
byte slices for use by io.CopyBuffer.
NewPool new buffer pool for getting and returning temporary
byte slices for use by io.CopyBuffer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.