..
context_test.go
lib/readers: add NewContextReader to error on context errors
2021-03-29 19:09:47 +01:00
context.go
build: add package comments to silence revive linter
2022-08-28 13:43:51 +02:00
counting_reader.go
Break the fs package up into smaller parts.
2018-01-15 17:51:14 +00:00
error_test.go
Remove github.com/pkg/errors and replace with std library version
2021-11-07 11:53:30 +00:00
error.go
lib/readers: factor ErrorReader from multiple sources
2020-04-19 15:18:49 +01:00
fakeseeker_test.go
lib/readers: add FakeSeeker to adapt io.Reader to io.ReadSeeker #5422
2022-05-12 08:49:20 +01:00
fakeseeker.go
lib/readers: add FakeSeeker to adapt io.Reader to io.ReadSeeker #5422
2022-05-12 08:49:20 +01:00
gzip_test.go
test: use decompressed.String() instead of string(decompressed.Bytes())
2023-03-26 14:28:15 +02:00
gzip.go
lib/readers: add GzipReader
2022-08-05 16:45:23 +01:00
limited.go
ftp: fix multi-thread copy
2024-01-03 12:21:08 +00:00
noclose_test.go
Remove github.com/pkg/errors and replace with std library version
2021-11-07 11:53:30 +00:00
noclose.go
lib/readers: add NoCloser to stop upgrades from io.Reader to io.ReadCloser
2019-08-26 12:23:31 +01:00
noseeker_test.go
lib/readers: add NoSeeker to adapt io.Reader to io.ReadSeeker
2023-08-24 12:39:27 +01:00
noseeker.go
lib/readers: add NoSeeker to adapt io.Reader to io.ReadSeeker
2023-08-24 12:39:27 +01:00
pattern_reader_test.go
Replace deprecated ioutil
2022-11-07 11:41:47 +00:00
pattern_reader.go
Remove github.com/pkg/errors and replace with std library version
2021-11-07 11:53:30 +00:00
readfill_test.go
Break the fs package up into smaller parts.
2018-01-15 17:51:14 +00:00
readfill.go
Break the fs package up into smaller parts.
2018-01-15 17:51:14 +00:00
repeatable_test.go
doc: fix typos throughout docs and code
2020-05-20 15:54:51 +01:00
repeatable.go
Remove github.com/pkg/errors and replace with std library version
2021-11-07 11:53:30 +00:00