Plugin that panics inside Install must NOT crash the binary -- the host recovers and converts the panic into a typed install_panic.
| 191 | // Plugin that panics inside Install must NOT crash the binary -- the |
| 192 | // host recovers and converts the panic into a typed install_panic. |
| 193 | type panicInstallPlugin struct{} |
| 194 | |
| 195 | func (panicInstallPlugin) Name() string { return "panicker" } |
| 196 | func (panicInstallPlugin) Version() string { return "1.0.0" } |
nothing calls this directly
no outgoing calls
no test coverage detected