This website requires JavaScript.
Explore
Help
Sign in
KurlesHS
/
rclone
Watch
1
Star
0
Fork
You've already forked rclone
0
forked from
TrueCloudLab/rclone
Code
Pull requests
Activity
87124ff6c3
rclone
/
cmd
/
selfupdate_disabled.go
6 lines
70 B
Go
Raw
Normal View
History
Unescape
Escape
build: apply gofmt from golang 1.17
2021-09-09 12:25:25 +00:00
//go:build noselfupdate
build: add build tag noselfupdate Allow downstream packaging to build rclone without selfupdate command: $ go build -tags noselfupdate Fixes #5187
2021-04-03 11:39:04 +00:00
package
cmd
const
selfupdateEnabled
=
false
Copy permalink