5 lines
81 B

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