//
pkg.gl
Category
github.com/vimeo/go-util
byteswriter
package
1.4.1
Repository:
https://github.com/vimeo/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
60 SLOC
#
Functions
New
New returns a new writer with an initial allocation of 4KB.
NewPreallocated
NewPreallocated returns a new writer with an initial allocation of n.
#
Structs
Writer
A Writer implements a WriteSeeker interface backed by a dynamically expanding buffer.