2021-09-09 14:25:25 +02:00
|
|
|
//go:build (plan9 || js) && !noselfupdate
|
2021-03-11 20:39:30 +01:00
|
|
|
// +build plan9 js
|
2021-04-03 13:39:04 +02:00
|
|
|
// +build !noselfupdate
|
2021-03-11 20:39:30 +01:00
|
|
|
|
|
|
|
package selfupdate
|
|
|
|
|
|
|
|
func writable(path string) bool {
|
|
|
|
return true
|
|
|
|
}
|