We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f2d4a commit b31db19Copy full SHA for b31db19
internal/transport/handler_server_test.go
@@ -227,7 +227,7 @@ type testHandlerResponseWriter struct {
227
*httptest.ResponseRecorder
228
}
229
230
-func (w testHandlerResponseWriter) Flush() {}
+func (w testHandlerResponseWriter) Flush() {}
231
232
func newTestHandlerResponseWriter() http.ResponseWriter {
233
return testHandlerResponseWriter{
0 commit comments