Define the EmptyHandler struct
| 8 | |
| 9 | // Define the EmptyHandler struct |
| 10 | type EmptyHandlerTest struct{} |
| 11 | |
| 12 | // Implement the Serve method for EmptyHandler |
| 13 | func (e EmptyHandlerTest) Serve() { |
nothing calls this directly
no outgoing calls
no test coverage detected