mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
Change-Id: Ib7666b3df1d7190772748129c349d4dc7046ca5b Reviewed-on: https://go-review.googlesource.com/c/go/+/571795 TryBot-Bypass: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
222 B
222 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
.