1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-10 00:08:44 +01:00
rclone/cmd/selfupdate/writable_unsupported.go

8 lines
112 B
Go
Raw Permalink Normal View History

2021-09-09 14:25:25 +02:00
//go:build (plan9 || js) && !noselfupdate
package selfupdate
func writable(path string) bool {
return true
}