The highest tagged major version is
v2.
package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Sep 1, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
*
改进bufferpool中的copy方法,不使用sync.pool,使用bytebufferpool
type BufferPool interface {
Get() []byte
Put([]byte)
}
A BufferPool is an interface for getting and returning temporary
byte slices for use by io.CopyBuffer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.