go fmt: use go 1.18 conditional-build syntax

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-03-18 09:11:53 +01:00
parent e59f71d230
commit ea08765f40
93 changed files with 100 additions and 8 deletions

View File

@ -1,3 +1,4 @@
//go:build (!amd64 && !arm64) || windows
// +build !amd64,!arm64 windows
package qemu