We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca80411 commit 46ea4abCopy full SHA for 46ea4ab
doc/go1.22.html
@@ -635,7 +635,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
635
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
636
<dd>
637
<p><!-- CL 516555 -->
638
- TODO: <a href="https://go.dev/cl/516555">https://go.dev/cl/516555</a>: os: follow all name surrogate reparse points in Stat on Windows
+ On Windows, the <a href="/pkg/os#Stat"><code>Stat</code></a> function now follows all reparse points
639
+ that link to another named entity in the system.
640
+ It was previously only following <code>IO_REPARSE_TAG_SYMLINK</code> and
641
+ <code>IO_REPARSE_TAG_MOUNT_POINT</code> reparse points.
642
</p>
643
644
<p><!-- https://go.dev/issue/58808 -->
0 commit comments