mirror of https://github.com/golang/go.git
214 B
214 B
The os.Stat function now sets the 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.