os: ReadDir(\\.\pipe\
) fails with go1.21 on Windows
#61918
Labels
Milestone
\\.\pipe\
) fails with go1.21 on Windows
#61918
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
succeeded
What did you see instead?
failed: readdir \\.\pipe\: The system cannot find the path specified.
It is important to note that this doesn't reproduce with go1.20.
Probably related to #61907.
The text was updated successfully, but these errors were encountered: