proxy.golang.org : github.com/palantir/pkg/bytesbuffers : v1.0.1
Package bytesbuffers provides multiple implementations of a "byte buffer pool" allowing for reuse of preallocated memory in the form of a *bytes.Buffer. Example Usage: Marshal a JSON request body to a buffer, then put it back in the pool after the request.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/palantir/pkg/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/palantir/pkg v1.0.1
- github.com/stretchr/testify v1.4.0