global: remove old-style build tags

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2021-10-12 12:02:10 -06:00
parent c01d52b66a
commit dfd688b6aa
24 changed files with 0 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build darwin || freebsd
// +build darwin freebsd
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build !load_wintun_from_rsrc
// +build !load_wintun_from_rsrc
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build load_wintun_from_rsrc
// +build load_wintun_from_rsrc
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build (windows && 386) || (windows && arm)
// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build (windows && amd64) || (windows && arm64)
// +build windows,amd64 windows,arm64
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build (windows && 386) || (windows && arm)
// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT
*

View File

@@ -1,5 +1,4 @@
//go:build (windows && amd64) || (windows && arm64)
// +build windows,amd64 windows,arm64
/* SPDX-License-Identifier: MIT
*