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-26 10:13:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
027746ef6e
rclone
/
cmd
/
selfupdate_disabled.go
7 lines
93 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
// +build noselfupdate
package
cmd
const
selfupdateEnabled
=
false
Reference in New Issue
Copy Permalink