master
go 8 lines 203 Bytes
Raw
1 //go:build (linux || freebsd) && !nofuse
2
3 package mount
4
5 import "github.com/hanwen/go-fuse/v2/fuse"
6
7 // PlatformMountOpts is a no-op on Linux and FreeBSD.
8 func PlatformMountOpts(_ *fuse.MountOptions) {}