mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
//go:build !linux && !remote
|
|
|
|
package emulation
|
|
|
|
func registeredBinfmtMisc() ([]string, error) {
|
|
return nil, nil
|
|
}
|