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
}