automation-tests/cmd/podman/early_init_unsupported.go

7 lines
57 B
Go

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