aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/syscall_windows_32.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 12:02:10 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-12 12:02:10 -0600
commitdfd688b6aa7b044f7e7e0662288c66ee1d56e0e8 (patch)
tree151c3229b2ef8f768f99d7c12ce862922c5acb24 /tun/wintun/memmod/syscall_windows_32.go
parentglobal: add newer-style build tags (diff)
downloadwireguard-go-dfd688b6aa7b044f7e7e0662288c66ee1d56e0e8.tar.xz
wireguard-go-dfd688b6aa7b044f7e7e0662288c66ee1d56e0e8.zip
global: remove old-style build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/wintun/memmod/syscall_windows_32.go')
-rw-r--r--tun/wintun/memmod/syscall_windows_32.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tun/wintun/memmod/syscall_windows_32.go b/tun/wintun/memmod/syscall_windows_32.go
index 0072710..f036ecb 100644
--- a/tun/wintun/memmod/syscall_windows_32.go
+++ b/tun/wintun/memmod/syscall_windows_32.go
@@ -1,5 +1,4 @@
//go:build (windows && 386) || (windows && arm)
-// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT
*