1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2024-12-26 18:57:56 +08:00
seaweedfs/weed/command/mount_darwin.go
2022-02-27 03:03:19 -08:00

6 lines
81 B
Go

package command
func checkMountPointAvailable(dir string) bool {
return true
}