Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 386 Bytes

61893.md

File metadata and controls

7 lines (7 loc) · 386 Bytes

On Windows, the mode bits reported by [Lstat] and [Stat] for reparse points changed. Mount points no longer have [ModeSymlink] set, and reparse points that are not symlinks, Unix sockets, or dedup files now always have [ModeIrregular] set. This behavior is controlled by the winsymlink setting. For Go 1.23, it defaults to winsymlink=1. Previous versions default to winsymlink=0.