]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: add newer-style build tags
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 12 Oct 2021 17:46:53 +0000 (11:46 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 12 Oct 2021 17:46:53 +0000 (11:46 -0600)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
ipc/winpipe/file.go
ipc/winpipe/winpipe.go
ipc/winpipe/winpipe_test.go
tun/netstack/examples/http_client.go
tun/netstack/examples/http_server.go
tun/wintun/dll_fromfile_windows.go
tun/wintun/dll_fromrsrc_windows.go

index 0c9abb140474efc781647d94e38db56dd1fe9b43..748d7ac91a913103b977539cd29a6d6d2e91673c 100644 (file)
@@ -1,3 +1,4 @@
+//go:build windows
 // +build windows
 
 /* SPDX-License-Identifier: MIT
index f02f3d884968670ffaddeb641ce5b9d435101270..4a435f8c2aa1c216a83dbe2933f4e936b776d092 100644 (file)
@@ -1,3 +1,4 @@
+//go:build windows
 // +build windows
 
 /* SPDX-License-Identifier: MIT
index ee8dc8cba1d7294a1f3fd8d178a3168984adda77..20400dde0d872f10b6ab2206985e79014516adfd 100644 (file)
@@ -1,3 +1,4 @@
+//go:build windows
 // +build windows
 
 /* SPDX-License-Identifier: MIT
index 39b1c6d47b27c1c02c88826a088b250c2766e1eb..876e2378d16ee0c7f80de9168592cefdf06e3cff 100644 (file)
@@ -1,3 +1,4 @@
+//go:build ignore
 // +build ignore
 
 /* SPDX-License-Identifier: MIT
index c1fc753c5d6b81f7624be594a794939767a054de..94202933281ffe01514bbad633acd63c6463da70 100644 (file)
@@ -1,3 +1,4 @@
+//go:build ignore
 // +build ignore
 
 /* SPDX-License-Identifier: MIT
index f40f8b30d09709303258a7a641e5d75f2afce21d..31c8cc38bcf376c1d2ea16ed48c7afc7fca6041f 100644 (file)
@@ -1,3 +1,4 @@
+//go:build !load_wintun_from_rsrc
 // +build !load_wintun_from_rsrc
 
 /* SPDX-License-Identifier: MIT
index dc70486fd53bb7e1a775db959e328de3f464707d..96b51c21b4669797e6e69384b1ad50840882a57b 100644 (file)
@@ -1,3 +1,4 @@
+//go:build load_wintun_from_rsrc
 // +build load_wintun_from_rsrc
 
 /* SPDX-License-Identifier: MIT