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