global: add newer-style build tags

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2021-10-12 11:46:53 -06:00
parent 82d2aa87aa
commit c01d52b66a
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
/* SPDX-License-Identifier: MIT

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
/* SPDX-License-Identifier: MIT

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
/* SPDX-License-Identifier: MIT

View File

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

View File

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

View File

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

View File

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