diff --git a/doc/go1.20.html b/doc/go1.20.html index b39c49ff11..f53680e3ba 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -362,7 +362,7 @@ Do not send CLs removing the interior tags from such phrases.
+
Go 1.20 adds a new crypto/ecdh package
to provide direct support for Elliptic Curve Diffie-Hellman key exchange
over NIST curves and Curve25519.
@@ -779,6 +779,17 @@ proxyHandler := &httputil.ReverseProxy{
+
+ The new Satisfies function reports
+ whether a type satisfies a constraint.
+ This change aligns with the new language semantics
+ that distinguish satsifying a constraint from implementing an interface.
+
@@ -1030,7 +1041,7 @@ proxyHandler := &httputil.ReverseProxy{
+
Go 1.20 adds new Incomplete marker type.
Code generated by cgo will use cgo.Incomplete to mark an incomplete C type.