mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 18:22:48 +02:00
9 lines
140 B
Go
9 lines
140 B
Go
package command
|
|
|
|
import (
|
|
"github.com/seaweedfs/fuse"
|
|
)
|
|
|
|
func osSpecificMountOptions() []fuse.MountOption {
|
|
return []fuse.MountOption{}
|
|
}
|