1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-13 06:49:15 +01:00
rclone/cmd/selfupdate/writable_unsupported.go
2021-09-09 20:43:59 +03:00

10 lines
155 B
Go

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