aboutsummaryrefslogtreecommitdiff
path: root/allocation_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-11-16 15:38:01 +0100
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-11-16 18:09:28 +0100
commit32793db72d04141d333eb04ce60170db6e79e6d2 (patch)
tree69735778f01c65ea864e696bec9fa08e83d85378 /allocation_test.go
parentAdd Client.MaxConnDuration (diff)
downloadfasthttp-32793db72d04141d333eb04ce60170db6e79e6d2.tar.gz
fasthttp-32793db72d04141d333eb04ce60170db6e79e6d2.tar.bz2
fasthttp-32793db72d04141d333eb04ce60170db6e79e6d2.zip
Run golangci-lint using a Github Action
Diffstat (limited to 'allocation_test.go')
-rw-r--r--allocation_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocation_test.go b/allocation_test.go
index 57edc03..cdb4aaa 100644
--- a/allocation_test.go
+++ b/allocation_test.go
@@ -48,7 +48,7 @@ func TestAllocationClient(t *testing.T) {
Handler: func(ctx *RequestCtx) {
},
}
- go s.Serve(ln)
+ go s.Serve(ln) //nolint:errcheck
c := &Client{}
url := "http://test:test@" + ln.Addr().String() + "/foo?bar=baz"