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,4 +1,5 @@
//+build !linux !systemd
//go:build !linux || !systemd
// +build !linux !systemd
package libpod