1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-06 11:30:12 +02: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
}