(cliConnection plugin.CliConnection)
| 50 | } |
| 51 | |
| 52 | func uninstall(cliConnection plugin.CliConnection) { |
| 53 | fmt.Println("This plugin is being uninstalled, here are a list of apps you have running.") |
| 54 | cliConnection.CliCommand("apps") |
| 55 | } |
| 56 | |
| 57 | func main() { |
| 58 | plugin.Start(new(Test2)) |
no test coverage detected