package
1.4.0
Repository: https://github.com/nerdynz/dat.git
Documentation: pkg.go.dev

# Functions

NewBufferPool creates a buffer pool.
RandomString returns a random string of length n.

# Structs

BufferPool is sync pool for *bytes.Buffer.

# Interfaces

BufferWriter a common interface between bytes.Buffer and bufio.Writer.