9eab258ffb
Allow downstream packaging to build rclone without selfupdate command: $ go build -tags noselfupdate Fixes #5187
8 lines
113 B
Go
8 lines
113 B
Go
// +build plan9 js
|
|
// +build !noselfupdate
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|