seaweedfs/weed/command/mount_darwin.go

11 lines
141 B
Go

package command
import (
"github.com/seaweedfs/fuse"
)
func osSpecificMountOptions() []fuse.MountOption {
return []fuse.MountOption{}
}