rclone/lib/readers
Nick Craig-Wood e43b5ce5e5 Remove github.com/pkg/errors and replace with std library version
This is possible now that we no longer support go1.12 and brings
rclone into line with standard practices in the Go world.

This also removes errors.New and errors.Errorf from lib/errors and
prefers the stdlib errors package over lib/errors.
2021-11-07 11:53:30 +00:00
..
context.go lib/readers: add NewContextReader to error on context errors 2021-03-29 19:09:47 +01:00
context_test.go lib/readers: add NewContextReader to error on context errors 2021-03-29 19:09:47 +01:00
counting_reader.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
error.go lib/readers: factor ErrorReader from multiple sources 2020-04-19 15:18:49 +01:00
error_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
limited.go fs: Adjust RangeOption.Decode to return -1 for read to end 2018-01-27 14:31:29 +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
noclose_test.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
pattern_reader.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
pattern_reader_test.go lib/readers: add Seek method to PatternReader 2020-06-30 12:01:36 +01:00
readfill.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
readfill_test.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
repeatable.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
repeatable_test.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00