mirror of
https://github.com/containers/podman.git
synced 2025-07-31 04:12:40 +08:00

Motivated to have a working `make lint` on Fedora 37 (beta). Most changes come from the new `gofmt` standards. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
5 lines
66 B
Go
5 lines
66 B
Go
//go:build !amd64 && !arm64
|
|
// +build !amd64,!arm64
|
|
|
|
package qemu
|