This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
rclone
Watch
16
Star
0
Fork
You've already forked rclone
2
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
43506f8086
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 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
// +build noselfupdate
package
cmd
const
selfupdateEnabled
=
false
Reference in a new issue
Copy permalink