//
pkg.gl
Category
github.com/nerdynz/dat
common
package
1.4.0
Repository:
https://github.com/nerdynz/dat.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
38 SLOC
#
Functions
NewBufferPool
NewBufferPool creates a buffer pool.
RandomString
RandomString returns a random string of length n.
#
Structs
BufferPool
BufferPool is sync pool for *bytes.Buffer.
#
Interfaces
BufferWriter
BufferWriter a common interface between bytes.Buffer and bufio.Writer.