We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956879d commit 1d2e548Copy full SHA for 1d2e548
doc/go1.12.html
@@ -653,6 +653,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
653
This may cause the method to run more slowly than in previous releases.
654
</p>
655
656
+ <p><!--CL 155517 -->
657
+ <a href="/pkg/os/#File"><code>File</code></a> now supports
658
+ a <a href="/pkg/os/#File.SyscallConn"><code>SyscallConn</code></a>
659
+ method returning
660
+ a <a href="/pkg/syscall/#RawConn"><code>syscall.RawConn</code></a>
661
+ interface value. This may be used to invoke system-specific
662
+ operations on the underlying file descriptor.
663
+ </p>
664
+
665
</dl><!-- os -->
666
667
<dl id="path/filepath"><dt><a href="/pkg/path/filepath/">path/filepath</a></dt>
0 commit comments