mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
8 lines
112 B
Go
8 lines
112 B
Go
//go:build (plan9 || js) && !noselfupdate
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|