1
mirror of https://github.com/rclone/rclone synced 2024-11-23 00:06:55 +01:00
rclone/fstest/test_all
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
..
clean.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
config.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
config.yaml test_all: correct path for Internet Archive test 2022-05-12 20:38:05 +01:00
report.go docs: improve grammar and fix typos (#5361) 2021-11-04 12:50:43 +01:00
run_test.go build: update to use go1.14 for the build 2020-02-26 21:26:47 +00:00
run.go refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00
test_all.go config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00