This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
rclone
Watch
2
Star
0
Fork
0
You've already forked rclone
mirror of
https://github.com/rclone/rclone.git
synced
2024-11-22 15:30:06 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
69897b97fb
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 20:25:25 +08: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 19:39:04 +08:00
package
cmd
const
selfupdateEnabled
=
false
Reference in New Issue
Copy Permalink