mirror of
https://github.com/rclone/rclone
synced 2025-03-02 01:13:05 +01:00
8 lines
89 B
Go
8 lines
89 B
Go
![]() |
// +build plan9 js
|
||
|
|
||
|
package selfupdate
|
||
|
|
||
|
func writable(path string) bool {
|
||
|
return true
|
||
|
}
|