mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 15:01:44 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build plan9 js
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|