1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-09 13:13:53 +02:00
rclone/cmd/selfupdate/writable_unsupported.go

8 lines
89 B
Go
Raw Normal View History

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