diff options
Diffstat (limited to 'weed/command/mount_darwin.go')
| -rw-r--r-- | weed/command/mount_darwin.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/weed/command/mount_darwin.go b/weed/command/mount_darwin.go new file mode 100644 index 000000000..5b3fff513 --- /dev/null +++ b/weed/command/mount_darwin.go @@ -0,0 +1,10 @@ +package command + +import ( + + "github.com/seaweedfs/fuse" +) + +func osSpecificMountOptions() []fuse.MountOption { + return []fuse.MountOption{} +} |
