]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: remove old style build tags
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 23 Mar 2023 17:33:31 +0000 (18:33 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 23 Mar 2023 17:34:09 +0000 (18:34 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
conn/sticky_default.go
conn/sticky_linux_test.go
ipc/namedpipe/file.go
ipc/namedpipe/namedpipe.go
ipc/namedpipe/namedpipe_test.go
tun/netstack/examples/http_client.go
tun/netstack/examples/http_server.go
tun/netstack/examples/ping_client.go

index 3ce9a5617178bc19440c8e263326a083cd083cbd..8c0adf59b8f9bd53a18bf11940caf1a9508f5215 100644 (file)
@@ -1,5 +1,4 @@
 //go:build !linux
-// +build !linux
 
 /* SPDX-License-Identifier: MIT
  *
index 503c3427f84a5a907fc83d9bdfa0df00da86ea0b..3213e772ba2de7338dd697334fc34224d2fadca8 100644 (file)
@@ -1,5 +1,4 @@
 //go:build linux
-// +build linux
 
 /* SPDX-License-Identifier: MIT
  *
index ec9b8d44eb231178c51502b68178e74a45353db8..ab1e13d30d709774eb3749bf80be38ccf0949cd5 100644 (file)
@@ -4,7 +4,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package namedpipe
 
index 92cc1ee0f910c74aeab712b9774c0319127f49ba..ef3dea19ec3730dbb6b7f915434301cd1f9b178f 100644 (file)
@@ -4,7 +4,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 // Package namedpipe implements a net.Conn and net.Listener around Windows named pipes.
 package namedpipe
index 84d2987c7b858d39eef241a2b4c0c468a9d78fe2..998453be073dbb4107a8af37ca0291a8274a66f8 100644 (file)
@@ -4,7 +4,6 @@
 // license that can be found in the LICENSE file.
 
 //go:build windows
-// +build windows
 
 package namedpipe_test
 
index 7df587a36393d1671c1471d2e386caaedbcf1032..ccd32ede38b4f001d174e8588b14e4105a0a41df 100644 (file)
@@ -1,5 +1,4 @@
 //go:build ignore
-// +build ignore
 
 /* SPDX-License-Identifier: MIT
  *
index 3130c705a26832441d534967e8ecd5423ee9de7e..f5b7a8ff858bf10824695093dd6d2e9ae07efd4f 100644 (file)
@@ -1,5 +1,4 @@
 //go:build ignore
-// +build ignore
 
 /* SPDX-License-Identifier: MIT
  *
index e1b11cbdc61a4efd797a2e185f3240b8e1f4f8c2..2eef0fbc2538a78b1b1d12950d42b1c79ddf1fa0 100644 (file)
@@ -1,5 +1,4 @@
 //go:build ignore
-// +build ignore
 
 /* SPDX-License-Identifier: MIT
  *