We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634e23c commit 5a963e0Copy full SHA for 5a963e0
1 file changed
intercept/eventstream/eventstream_test.go
@@ -58,7 +58,7 @@ func (f *clockAdvancingFlusher) Flush() {
58
}
59
60
// Hijack satisfies the FullResponseWriter lint rule.
61
-func (f *clockAdvancingFlusher) Hijack() (net.Conn, *bufio.ReadWriter, error) {
+func (*clockAdvancingFlusher) Hijack() (net.Conn, *bufio.ReadWriter, error) {
62
return nil, nil, nil
63
64
0 commit comments