aboutsummaryrefslogtreecommitdiffstats
path: root/device/race_disabled_test.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-05 16:00:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-05 16:00:43 +0200
commit2ef39d47540c4537f0ddd3355fb95b33b91c09b7 (patch)
tree8c85f19b15aa7c9906b5e4f65d7fc177d6b387fc /device/race_disabled_test.go
parentmemmod: register exception handler tables (diff)
downloadwireguard-go-2ef39d47540c4537f0ddd3355fb95b33b91c09b7.tar.xz
wireguard-go-2ef39d47540c4537f0ddd3355fb95b33b91c09b7.zip
global: add new go 1.17 build comments
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'device/race_disabled_test.go')
-rw-r--r--device/race_disabled_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/device/race_disabled_test.go b/device/race_disabled_test.go
index 65fac7e..6552f22 100644
--- a/device/race_disabled_test.go
+++ b/device/race_disabled_test.go
@@ -1,4 +1,5 @@
-//+build !race
+//go:build !race
+// +build !race
/* SPDX-License-Identifier: MIT
*