github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/pkg/util/mountOpts_other.go (about) 1 // +build !linux 2 3 package util 4 5 func getDefaultMountOptions(path string) (opts defaultMountOptions, err error) { 6 return 7 }