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