()
| 36 | } |
| 37 | |
| 38 | func (e *ErrExtensionExecutableNotFound) Error() string { |
| 39 | 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) |
| 40 | } |
| 41 | |
| 42 | const darwinAmd64 = "darwin-amd64" |
| 43 |
no outgoing calls
no test coverage detected