mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 09:25:43 +00:00
use the same convention used for other files. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
7 lines
124 B
Go
7 lines
124 B
Go
//go:build !linux
|
|
|
|
package util
|
|
|
|
func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) {
|
|
return
|
|
}
|