rclone/cmd/serve
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
..
dlna dlna: change icons to the newest ones. 2022-01-13 16:23:24 +00:00
docker mount: fix --devname and fusermount: unknown option 'fsname' when mounting via rc 2022-04-25 12:17:25 +01:00
ftp Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
http docs/serve: move help for template option into separate section 2022-01-25 18:19:21 +01:00
httplib docs: capitalization of flag usage strings 2021-12-30 14:07:24 +01:00
proxy Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
restic Add Akamai Netstorage as a new backend. 2022-03-09 12:42:22 +00:00
servetest build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00
webdav Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
serve.go cmd/serve: add serve docker command (#5415) 2021-07-10 23:56:09 +03:00