]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: add Conn.NetConn documentation to crypto/tls section
authorJeremy Faller <jeremy@golang.org>
Wed, 1 Dec 2021 18:48:22 +0000 (13:48 -0500)
committerJeremy Faller <jeremy@golang.org>
Thu, 2 Dec 2021 22:03:34 +0000 (22:03 +0000)
Updates #47694

Change-Id: Iead44baa8b2a06ecf7b92d343ed9117f0fc0793e
Reviewed-on: https://go-review.googlesource.com/c/go/+/368315
Trust: Jeremy Faller <jeremy@golang.org>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Agniva De Sarker <agniva.quicksilver@gmail.com>
doc/go1.18.html

index 6c246b8b7bec1d64e5a407afb1f85a018c51f325..31aa17209fe1e86f2a7b7049c85145da2bbe18ba 100644 (file)
@@ -341,7 +341,9 @@ proposal</a>.
 <dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
   <dd>
     <p><!-- CL 325250 -->
-      TODO: <a href="https://golang.org/cl/325250">https://golang.org/cl/325250</a>: add Conn.NetConn method
+      The new <a href="/pkg/crypto/tls/#Conn.NetConn"><code>Conn.NetConn</code></a>
+      method allows access to the underlying
+      <a href="/pkg/net#Conn"><code>net.Conn</code></a>.
     </p>
   </dd>
 </dl><!-- crypto/tls -->