From 94e22fa03eb5eb678689e05b8e309cd23f874698 Mon Sep 17 00:00:00 2001 From: Jeremy Faller Date: Wed, 1 Dec 2021 13:48:22 -0500 Subject: [PATCH] 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 --- doc/go1.18.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.