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