mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +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,3 +1,4 @@
|
||||
//go:build aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris || zos
|
||||
// +build aix darwin dragonfly freebsd netbsd openbsd solaris zos
|
||||
|
||||
// Signal handling for Linux only.
|
||||
|
Reference in New Issue
Block a user