package
0.0.0-20211022090819-101e1e6589cc
Repository: https://github.com/jarod2011/toolkit.git
Documentation: pkg.go.dev

# Functions

NewBuffer will create buffer of capacity.
NewPool will get a Buffer pool.

# Constants

DefaultBufferCapacity is default buffer Capacity.

# Variables

ErrBufferCapacityNotEnough is defined error of buffer full When write bytes to buffer and buffer remain space not enough this error will throw.

# Structs

Pool is buffer pool.

# Interfaces

Buffer is bytes buffer interface.