rclone/lib/terminal
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
..
hidden_other.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
hidden_windows.go build: fix linting issues reported by golangci-lint on windows 2024-04-22 19:29:12 +02:00
terminal_normal.go build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
terminal_unsupported.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
terminal.go lib: fix typos found by codespell 2023-03-24 20:40:52 +00:00