mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
go fmt: use go 1.18 conditional-build syntax
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
//+build !linux !systemd
|
||||
//go:build !linux || !systemd
|
||||
// +build !linux !systemd
|
||||
|
||||
package libpod
|
||||
|
||||
|
Reference in New Issue
Block a user