aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/os/61893.md
blob: d22060c8698017f273015da417308018eb0689c0 (plain)
1
2
3
4
5
6
7
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`.