Files
podman/pkg/machine/vmconfigs/machine_unix.go
2025-10-01 10:42:08 -04:00

12 lines
212 B
Go

//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
package vmconfigs
import (
"github.com/containers/podman/v5/pkg/machine/define"
)
func getPipe(_ string) *define.VMFile {
return nil
}