aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_darwin.go
blob: 05d6a1bc44da6d5e8c1e40947cb64e09e611e72c (plain)
1
2
3
4
5
package command

func checkMountPointAvailable(dir string) bool {
	return true
}