| 11 | var ErrFakeCommand4 = errors.New("ZOMG command errored") |
| 12 | |
| 13 | type FakeCommand4 struct { |
| 14 | Data string |
| 15 | } |
| 16 | |
| 17 | func init() { |
| 18 | commandregistry.Register(FakeCommand4{Data: "FakeCommand4 data"}) |
nothing calls this directly
no outgoing calls
no test coverage detected