1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2024-12-17 12:07:50 +08:00
seaweedfs/weed/mount/unmount/unmount_unsupported.go

9 lines
102 B
Go
Raw Normal View History

2022-02-14 19:14:05 +08:00
//go:build windows
// +build windows
package unmount
func unmount(dir string) error {
return nil
}