mirror of
https://github.com/rclone/rclone
synced 2024-12-03 13:14:37 +01:00
6fa74340a0
Implements self-update command Fixes #548 Fixes #5076
8 lines
89 B
Go
8 lines
89 B
Go
// +build plan9 js
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|