mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 12:41:46 +08:00
![Ivan Andreev](/assets/img/avatar_default.png)
Allow downstream packaging to build rclone without selfupdate command: $ go build -tags noselfupdate Fixes #5187
9 lines
113 B
Go
9 lines
113 B
Go
// +build plan9 js
|
|
// +build !noselfupdate
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|