aboutsummaryrefslogtreecommitdiff
path: root/http_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_test.go')
-rw-r--r--http_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http_test.go b/http_test.go
index 5e2ce54..3e69b2d 100644
--- a/http_test.go
+++ b/http_test.go
@@ -2658,8 +2658,8 @@ func TestRequestRawBodyCopyTo(t *testing.T) {
}
type testReader struct {
- read chan (int)
- cb chan (struct{})
+ read chan int
+ cb chan struct{}
onClose func() error
}