rclone/cmd/selfupdate/writable_unsupported.go

8 lines
112 B
Go
Raw Normal View History

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