Remove unnecessary build tag go1.21 (#1721)

This commit is contained in:
Oleksandr Redko
2024-02-21 06:49:39 +02:00
committed by GitHub
parent aefd080674
commit a537e47bfb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build go1.20 || go1.21
//go:build go1.20
package fasthttp
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !go1.20 && !go1.21
//go:build !go1.20
package fasthttp