compatible with new build tag (#1087)

This commit is contained in:
tyltr
2021-09-02 06:18:53 +08:00
committed by GitHub
parent d9c75732a6
commit ba401075d3
15 changed files with 15 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:build !race
// +build !race
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le
// +build !amd64,!arm64,!ppc64,!ppc64le
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le
// +build !amd64,!arm64,!ppc64,!ppc64le
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build amd64 || arm64 || ppc64 || ppc64le
// +build amd64 arm64 ppc64 ppc64le
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build amd64 || arm64 || ppc64 || ppc64le
// +build amd64 arm64 ppc64 ppc64le
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build ignore
// +build ignore
package main
+1
View File
@@ -1,3 +1,4 @@
//go:build go1.11
// +build go1.11
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build gofuzz
// +build gofuzz
package fuzz
+1
View File
@@ -1,3 +1,4 @@
//go:build gofuzz
// +build gofuzz
package fuzz
+1
View File
@@ -1,3 +1,4 @@
//go:build gofuzz
// +build gofuzz
package fuzz
+1
View File
@@ -1,3 +1,4 @@
//go:build gofuzz
// +build gofuzz
package fuzz
+1
View File
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
// Package reuseport provides TCP net.Listener with SO_REUSEPORT support.
+1
View File
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package fasthttp
+1
View File
@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package fasthttp