rclone/backend/chunker
Eng Zer Jun 4f0ddb60e7 refactor: replace strings.Replace with strings.ReplaceAll
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-17 11:08:37 +01:00
..
chunker_internal_test.go chunker: fix md5all test for no-meta test remotes 2021-10-18 18:04:07 +03:00
chunker_test.go docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
chunker.go refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00