From bf4ac4562ff7d0a837702c31bb5f43f2b83e88f7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 23 Jan 2023 12:25:55 +0100 Subject: [PATCH] Use new build tag syntax Use new build tag syntax --- attributes_debug.go | 1 + attributes_debug_test.go | 1 + checks_debug.go | 1 + fingerprint_debug.go | 1 + integrity_debug.go | 1 + 5 files changed, 5 insertions(+) diff --git a/attributes_debug.go b/attributes_debug.go index 7bf09af..d7bb703 100644 --- a/attributes_debug.go +++ b/attributes_debug.go @@ -1,3 +1,4 @@ +//go:build debug // +build debug package stun diff --git a/attributes_debug_test.go b/attributes_debug_test.go index 9e03303..e7c3306 100644 --- a/attributes_debug_test.go +++ b/attributes_debug_test.go @@ -1,3 +1,4 @@ +//go:build debug // +build debug package stun diff --git a/checks_debug.go b/checks_debug.go index 955f555..543ddcb 100644 --- a/checks_debug.go +++ b/checks_debug.go @@ -1,3 +1,4 @@ +//go:build debug // +build debug package stun diff --git a/fingerprint_debug.go b/fingerprint_debug.go index 6da074c..968bee8 100644 --- a/fingerprint_debug.go +++ b/fingerprint_debug.go @@ -1,3 +1,4 @@ +//go:build debug // +build debug package stun diff --git a/integrity_debug.go b/integrity_debug.go index 6b8a303..0ea511f 100644 --- a/integrity_debug.go +++ b/integrity_debug.go @@ -1,3 +1,4 @@ +//go:build debug // +build debug package stun