rclone/cmd/selfupdate/writable_unsupported.go
Ivan Andreev 6fa74340a0
cmd: rclone selfupdate (#5080)
Implements self-update command
Fixes #548
Fixes #5076
2021-03-11 22:39:30 +03:00

8 lines
89 B
Go

// +build plan9 js
package selfupdate
func writable(path string) bool {
return true
}