package
1.4.1
Repository: https://github.com/vimeo/go-util.git
Documentation: pkg.go.dev

# Functions

New returns a new writer with an initial allocation of 4KB.
NewPreallocated returns a new writer with an initial allocation of n.

# Structs

A Writer implements a WriteSeeker interface backed by a dynamically expanding buffer.