Open
Description
These constants: https://golang.org/src/syscall/types_windows.go#L7
Should appear in these constants: https://golang.org/src/syscall/zerrors_windows.go#L16
... because the latter are currently useless for comparison with Errno values, unlike other supported OSes. For example err.(*os.PathError).Err == syscall.ENOTEMPTY
is never true on Windows.
Filed at request of @rsc
@gopherbot add OS-Windows