rclone/cmd/serve
Nick Craig-Wood 61b27cda80 build: fix govet lint errors with golangci-lint v1.60.1
There were a lot of instances of this lint error

    printf: non-constant format string in call to github.com/rclone/rclone/fs.Logf (govet)

Which were fixed by re-arranging the arguments and adding "%s".

There were quite a few genuine bugs which were found too.
2024-08-14 18:25:40 +01:00
..
dlna build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
docker vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
nfs serve nfs: convert options to new style 2024-07-15 11:09:54 +01:00
proxy vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp serve sftp: convert options to new style 2024-07-15 11:09:54 +01:00
webdav vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00