aboutsummaryrefslogtreecommitdiff
path: root/allocation_test.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <Oleksandr_Redko@epam.com> 2023-11-09 00:18:13 +0200
committerGravatar GitHub <noreply@github.com> 2023-11-08 23:18:13 +0100
commit7bd632cbde54f592d0e093dcf6f592aeb7dc5ed8 (patch)
tree844b50df017c603dc058012b7a95b11dcb80756a /allocation_test.go
parentchore: Rename coarseTime.go to coarsetime.go (#1651) (diff)
downloadfasthttp-7bd632cbde54f592d0e093dcf6f592aeb7dc5ed8.tar.gz
fasthttp-7bd632cbde54f592d0e093dcf6f592aeb7dc5ed8.tar.bz2
fasthttp-7bd632cbde54f592d0e093dcf6f592aeb7dc5ed8.zip
chore: Remove redundant build constraint (#1650)
Diffstat (limited to 'allocation_test.go')
-rw-r--r--allocation_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/allocation_test.go b/allocation_test.go
index 348fef1..477665a 100644
--- a/allocation_test.go
+++ b/allocation_test.go
@@ -1,5 +1,4 @@
//go:build !race
-// +build !race
package fasthttp