mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-02-18 07:59:54 +03:00
|
||
---|---|---|
.. | ||
.travis.yml | ||
chunkreader.go | ||
LICENSE | ||
README.md |
chunkreader
Package chunkreader provides an io.Reader wrapper that minimizes IO reads and memory allocations.
Extracted from original implementation in https://github.com/jackc/pgx.