From: Jeremy Faller Date: Wed, 1 Dec 2021 18:48:22 +0000 (-0500) Subject: doc/go1.18: add Conn.NetConn documentation to crypto/tls section X-Git-Tag: go1.18beta1~120 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=94e22fa03eb5eb678689e05b8e309cd23f874698;p=gostls13.git doc/go1.18: add Conn.NetConn documentation to crypto/tls section Updates #47694 Change-Id: Iead44baa8b2a06ecf7b92d343ed9117f0fc0793e Reviewed-on: https://go-review.googlesource.com/c/go/+/368315 Trust: Jeremy Faller Trust: Katie Hockman Run-TryBot: Jeremy Faller TryBot-Result: Gopher Robot Reviewed-by: Katie Hockman Reviewed-by: Ian Lance Taylor Reviewed-by: Agniva De Sarker --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 6c246b8b7b..31aa17209f 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -341,7 +341,9 @@ proposal.
crypto/tls

- TODO: https://golang.org/cl/325250: add Conn.NetConn method + The new Conn.NetConn + method allows access to the underlying + net.Conn.