rclone/backend/hubic
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
..
auth.go swift: update github.com/ncw/swift to v2.0.0 2021-02-03 20:23:37 +00:00
hubic_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
hubic.go refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00