// +build plan9 js

package selfupdate

func writable(path string) bool {
	return true
}