automation-tests/cmd/podman/early_init_unsupported.go

7 lines
69 B
Go

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