forked from TrueCloudLab/rclone
build: replace the deprecated golint linter with revive
This fixes up a small number of new lint items also
This commit is contained in:
parent
167406bc68
commit
a98e3ea6f1
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
package selfupdate
|
||||
|
||||
// Note: "|" will be replaced by backticks in the help string below
|
||||
var selfUpdateHelp string = `
|
||||
var selfUpdateHelp = `
|
||||
This command downloads the latest release of rclone and replaces
|
||||
the currently running binary. The download is verified with a hashsum
|
||||
and cryptographically signed signature.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue