This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
rclone
Watch
1
Star
0
Fork
0
You've already forked rclone
mirror of
https://github.com/rclone/rclone.git
synced
2025-01-19 04:47:54 +02:00
Code
Issues
Releases
Activity
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 15:25:25 +03: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 14:39:04 +03:00
// +build noselfupdate
package
cmd
const
selfupdateEnabled
=
false
Reference in New Issue
Copy Permalink