1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 12:29:37 +02:00
seaweedfs/weed/mount/unmount/unmount_unsupported.go
2022-02-14 03:14:05 -08:00

9 lines
102 B
Go

//go:build windows
// +build windows
package unmount
func unmount(dir string) error {
return nil
}