mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

use the same convention used for other files. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
8 lines
124 B
Go
8 lines
124 B
Go
//go:build !linux
|
|
|
|
package util
|
|
|
|
func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) {
|
|
return
|
|
}
|