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