(statusCode int)
| 49 | } |
| 50 | |
| 51 | func (w *TestResponseWriter) WriteHeader(statusCode int) { |
| 52 | fmt.Printf("Status: %d\n", statusCode) |
| 53 | } |
| 54 | |
| 55 | // Implement http.Flusher interface |
| 56 | func (w *TestResponseWriter) Flush() { |
no outgoing calls
no test coverage detected