aboutsummaryrefslogtreecommitdiff
path: root/allocation_test.go
diff options
context:
space:
mode:
authorGravatar tyltr <31768692+tylitianrui@users.noreply.github.com> 2021-09-02 06:18:53 +0800
committerGravatar GitHub <noreply@github.com> 2021-09-02 00:18:53 +0200
commitba401075d39e8f192e9582dd2a4897cd5d855680 (patch)
treeb27de6d4510896f02edd36ca51e48ca792167249 /allocation_test.go
parentimprove invalidStatusLine by appending a `[]byte` directly (#1086) (diff)
downloadfasthttp-ba401075d39e8f192e9582dd2a4897cd5d855680.tar.gz
fasthttp-ba401075d39e8f192e9582dd2a4897cd5d855680.tar.bz2
fasthttp-ba401075d39e8f192e9582dd2a4897cd5d855680.zip
compatible with new build tag (#1087)
Diffstat (limited to 'allocation_test.go')
-rw-r--r--allocation_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/allocation_test.go b/allocation_test.go
index 67432aa..919233f 100644
--- a/allocation_test.go
+++ b/allocation_test.go
@@ -1,3 +1,4 @@
+//go:build !race
// +build !race
package fasthttp