//
pkg.gl
Category
github.com/stygerma/scion
go
lib
util
bufpool
package
0.3.1
Repository:
https://github.com/stygerma/scion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
51 SLOC
#
Functions
Get
Get returns a buffer from the free buffer pool.
Put
Put resets a buffer to its initial length and capacity and returns it to the free buffer pool.
#
Structs
Buffer
Buffer is a container for a common.RawBytes object B.