aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/os/33357.md
blob: 67e66c589b8dda5a6f35216e36383b5b7d8ad8ae (plain)
1
2
3
The [`os.Stat`](/pkg/os#Stat) function now sets the [`os.ModeSocket`](/pkg/os#ModeSocket)
bit for files that are Unix sockets on Windows. These files are identified by
having a reparse tag set to `IO_REPARSE_TAG_AF_UNIX`.