mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
8 lines
121 B
Go
8 lines
121 B
Go
//go:build !linux
|
|
|
|
package util
|
|
|
|
func getDefaultMountOptions(_ string) (opts defaultMountOptions, err error) {
|
|
return
|
|
}
|