all: add //go:build lines

They're automatically added by Go 1.17 source formatters. This change
adds them all now.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-07-26 15:16:10 +02:00
parent 4f40b58e0d
commit 060ae1cdf9
25 changed files with 25 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Unlicense OR MIT
//go:build !race
// +build !race
package layout