rclone/cmd/selfupdate/writable_unsupported.go

9 lines
113 B
Go

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