1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-04 05:08:23 +02:00
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
..
2022-05-13 12:08:10 +01:00
2021-11-01 21:00:27 +03:00
2022-01-12 19:51:26 +01:00
2021-10-20 22:56:19 +02:00
2021-10-20 22:56:19 +02:00
2021-04-28 22:55:27 +01:00
2021-01-21 10:39:51 +00:00
2020-10-28 18:16:23 +00:00
2021-10-20 22:56:19 +02:00
2021-10-20 22:56:19 +02:00
2019-10-14 17:02:09 +01:00
2021-01-25 22:40:46 +03:00
2019-10-14 17:02:09 +01:00