mirror of
https://github.com/containers/podman.git
synced 2025-09-16 05:39:43 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
func earlyInitHook() {
|
|
}
|