Files
podman/pkg/util/mount_opts_other.go
Giuseppe Scrivano 49ab250cf9 util: rename files to snake case
use the same convention used for other files.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-03-21 11:33:02 +01:00

8 lines
124 B
Go

//go:build !linux
package util
func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) {
return
}