rclone/cmd/selfupdate/writable_unsupported.go

10 lines
155 B
Go
Raw Normal View History

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