()
| 37 | } |
| 38 | |
| 39 | func (e *ErrExtensionExecutableNotFound) Error() string { |
| 40 | return fmt.Sprintf("an extension has been installed but there is no executable: executable file named \"%s\" in %s is required to run the extension after install. Perhaps you need to build it?\n", e.Name, e.Dir) |
| 41 | } |
| 42 | |
| 43 | const darwinAmd64 = "darwin-amd64" |
| 44 |
no outgoing calls