automation-tests/cmd/podman/early_init_unsupported.go

8 lines
75 B
Go

//go:build !linux
// +build !linux
package main
func earlyInitHook() {
}