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