.gitignore
init repo
2026-02-17 16:58:00 +01:00
buffered_test.go
content reader and testing
2026-02-22 16:30:37 +01:00
content_test.go
bench
2026-02-28 14:12:34 +01:00
content.go
add exported free function to abort reading
2026-03-18 21:04:09 +01:00
go.mod
init repo
2026-02-17 16:58:00 +01:00
go.sum
content reader and testing
2026-02-22 16:30:37 +01:00
io_test.go
implement buffered writer
2026-03-25 22:47:56 +01:00
lib_test.go
implement buffered writer
2026-03-25 22:47:56 +01:00
lib.go
implement buffered writer
2026-03-25 22:47:56 +01:00
license
license and readme
2026-02-22 18:51:21 +01:00
Makefile
small fixes
2026-03-14 23:29:29 +01:00
peek_test.go
content reader and testing
2026-02-22 16:30:37 +01:00
pool_test.go
bench
2026-02-28 14:12:34 +01:00
pool.go
small fixes
2026-03-14 23:29:29 +01:00
read_test.go
content reader and testing
2026-02-22 16:30:37 +01:00
readbytes_test.go
bench
2026-02-28 14:12:34 +01:00
reader.go
add exported free function to abort reading
2026-03-18 21:04:09 +01:00
readme.md
update docs: mention the content writer scenario
2026-02-22 23:51:29 +01:00
readutf8_test.go
content reader and testing
2026-02-22 16:30:37 +01:00
writer_test.go
implement buffered writer
2026-03-25 22:47:56 +01:00
writer.go
implement buffered writer
2026-03-25 22:47:56 +01:00
writeto_test.go
content reader and testing
2026-02-22 16:30:37 +01:00