// +build !linux package os import "errors" func Executable() (string, error) { return "", errors.New("Executable not implemented") }