aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/winipcfg
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 12:00:48 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 12:00:48 -0600
commit9d77a08b45621a97f29cc3a9c219d700d7fc9c7b (patch)
treea41d6685e4f1cbcd4c5a5db0eb855d8f3beade41 /tunnel/winipcfg
parentglobal: use unsafe.Add where possible (diff)
downloadwireguard-windows-9d77a08b45621a97f29cc3a9c219d700d7fc9c7b.tar.xz
wireguard-windows-9d77a08b45621a97f29cc3a9c219d700d7fc9c7b.zip
global: remove old-style build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/winipcfg')
-rw-r--r--tunnel/winipcfg/types_32.go1
-rw-r--r--tunnel/winipcfg/types_64.go1
-rw-r--r--tunnel/winipcfg/types_test_32.go1
-rw-r--r--tunnel/winipcfg/types_test_64.go1
4 files changed, 0 insertions, 4 deletions
diff --git a/tunnel/winipcfg/types_32.go b/tunnel/winipcfg/types_32.go
index ea748863..f22b0539 100644
--- a/tunnel/winipcfg/types_32.go
+++ b/tunnel/winipcfg/types_32.go
@@ -1,5 +1,4 @@
//go:build 386 || arm
-// +build 386 arm
/* SPDX-License-Identifier: MIT
*
diff --git a/tunnel/winipcfg/types_64.go b/tunnel/winipcfg/types_64.go
index 8de26465..fdf7034a 100644
--- a/tunnel/winipcfg/types_64.go
+++ b/tunnel/winipcfg/types_64.go
@@ -1,5 +1,4 @@
//go:build amd64 || arm64
-// +build amd64 arm64
/* SPDX-License-Identifier: MIT
*
diff --git a/tunnel/winipcfg/types_test_32.go b/tunnel/winipcfg/types_test_32.go
index 05676fd2..ce4f2d58 100644
--- a/tunnel/winipcfg/types_test_32.go
+++ b/tunnel/winipcfg/types_test_32.go
@@ -1,5 +1,4 @@
//go:build 386 || arm
-// +build 386 arm
/* SPDX-License-Identifier: MIT
*
diff --git a/tunnel/winipcfg/types_test_64.go b/tunnel/winipcfg/types_test_64.go
index ca70f366..6bdf48f6 100644
--- a/tunnel/winipcfg/types_test_64.go
+++ b/tunnel/winipcfg/types_test_64.go
@@ -1,5 +1,4 @@
//go:build amd64 || arm64
-// +build amd64 arm64
/* SPDX-License-Identifier: MIT
*