mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package util
|
|
|
|
func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) {
|
|
return
|
|
}
|