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