This website requires JavaScript.
Explore
Help
Sign In
extern
/
rclone
Watch
1
Star
0
Fork
0
You've already forked rclone
mirror of
https://github.com/rclone/rclone.git
synced
2024-11-07 17:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f2ee44c20
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 14:25:25 +02: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 13:39:04 +02:00
// +build noselfupdate
package
cmd
const
selfupdateEnabled
=
false
Reference in New Issue
Copy Permalink