mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
10 lines
155 B
Go
10 lines
155 B
Go
//go:build (plan9 || js) && !noselfupdate
|
|
// +build plan9 js
|
|
// +build !noselfupdate
|
|
|
|
package selfupdate
|
|
|
|
func writable(path string) bool {
|
|
return true
|
|
}
|