mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
8 lines
102 B
Go
8 lines
102 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package unmount
|
|
|
|
func unmount(dir string) error {
|
|
return nil
|
|
}
|