mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-09-09 21:02:46 +02:00
5 lines
81 B
Go
5 lines
81 B
Go
package command
|
|
|
|
func checkMountPointAvailable(dir string) bool {
|
|
return true
|
|
}
|