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
}