Files
seaweedFS/weed/mount/unmount/unmount_unsupported.go
Chris Lu e4b70c2521 go fix
2026-02-20 18:42:00 -08:00

8 lines
84 B
Go

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