mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
func earlyInitHook() {
|
|
}
|