aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_darwin.go
blob: 632691e4766c4f626b4abd5da3a597bedb372425 (plain)
1
2
3
4
5
6
7
8
9
package command

import (
	"github.com/seaweedfs/fuse"
)

func osSpecificMountOptions() []fuse.MountOption {
	return []fuse.MountOption{}
}