aboutsummaryrefslogtreecommitdiff
path: root/fasthttpadaptor
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 /fasthttpadaptor
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 'fasthttpadaptor')
-rw-r--r--fasthttpadaptor/b2s_new.go1
-rw-r--r--fasthttpadaptor/b2s_old.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/fasthttpadaptor/b2s_new.go b/fasthttpadaptor/b2s_new.go
index 09ef72a..6246e30 100644
--- a/fasthttpadaptor/b2s_new.go
+++ b/fasthttpadaptor/b2s_new.go
@@ -1,5 +1,4 @@
//go:build go1.20
-// +build go1.20
package fasthttpadaptor
diff --git a/fasthttpadaptor/b2s_old.go b/fasthttpadaptor/b2s_old.go
index 08e2ac6..a025198 100644
--- a/fasthttpadaptor/b2s_old.go
+++ b/fasthttpadaptor/b2s_old.go
@@ -1,5 +1,4 @@
//go:build !go1.20
-// +build !go1.20
package fasthttpadaptor