From dfd688b6aa7b044f7e7e0662288c66ee1d56e0e8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 12 Oct 2021 12:02:10 -0600 Subject: global: remove old-style build tags Signed-off-by: Jason A. Donenfeld --- tun/wintun/memmod/memmod_windows_32.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tun/wintun/memmod/memmod_windows_32.go') diff --git a/tun/wintun/memmod/memmod_windows_32.go b/tun/wintun/memmod/memmod_windows_32.go index 75d7ca1..50e6feb 100644 --- a/tun/wintun/memmod/memmod_windows_32.go +++ b/tun/wintun/memmod/memmod_windows_32.go @@ -1,5 +1,4 @@ //go:build (windows && 386) || (windows && arm) -// +build windows,386 windows,arm /* SPDX-License-Identifier: MIT * -- cgit v1.2.3-59-g8ed1b