| .gitignore | ||
| buffered_test.go | ||
| content_test.go | ||
| content.go | ||
| go.mod | ||
| go.sum | ||
| io_test.go | ||
| lib_test.go | ||
| lib.go | ||
| license | ||
| Makefile | ||
| peek_test.go | ||
| pool_test.go | ||
| pool.go | ||
| read_test.go | ||
| readbytes_test.go | ||
| reader.go | ||
| readme.md | ||
| readutf8_test.go | ||
| writeto_test.go | ||
Buffer
Pooled Buffer IO for Go programs.
Package buffer provides a reader implementation similar to bufio.Reader. The underlying memory buffers can be used from a synchronized pool. It also supports scenarios similar to io.Pipe, where a content writer process is wrapped by a buffered reader.
Find the documentation here:
Made in Berlin, DE