1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 16:22:46 +02:00
seaweedfs/weed/command/mount_darwin.go
2022-02-27 03:03:19 -08:00

5 lines
81 B
Go

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