package
0.9.1
Repository: https://github.com/yourbase/commons.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new Reader that reads batches from r.
NewWriter returns a new Writer that writes batches to w.

# Structs

A Reader buffers an io.Reader to produce a sequence of batches.
A Writer is a buffered io.Writer that writes batches to an underlying io.Writer object.