mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
8 lines
84 B
Go
8 lines
84 B
Go
//go:build windows
|
|
|
|
package unmount
|
|
|
|
func unmount(dir string) error {
|
|
return nil
|
|
}
|