aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorGravatar Oleksandr Redko <oleksandr.red+github@gmail.com> 2023-03-06 18:08:11 +0200
committerGravatar GitHub <noreply@github.com> 2023-03-06 17:08:11 +0100
commita9d57a94617f0c3debe05c3130c36f904cbe6efe (patch)
treed054b8396c21c014e7b371a064a392b68c99e000 /client.go
parenttest: fix typos in function, error message, comment (#1512) (diff)
downloadfasthttp-a9d57a94617f0c3debe05c3130c36f904cbe6efe.tar.gz
fasthttp-a9d57a94617f0c3debe05c3130c36f904cbe6efe.tar.bz2
fasthttp-a9d57a94617f0c3debe05c3130c36f904cbe6efe.zip
client: remove unused go:build comment (#1511)
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.go b/client.go
index 93dd1f6..b4e332c 100644
--- a/client.go
+++ b/client.go
@@ -1,5 +1,3 @@
-// go:build !windows || !race
-
package fasthttp
import (