diff --git a/doc/go1.20.html b/doc/go1.20.html index ab09effaff..173ae95715 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -1009,6 +1009,15 @@ proxyHandler := &httputil.ReverseProxy{ +
runtime/cgo
+
+

+ Go 1.20 adds new Incomplete marker type. + Code generated by cgo will use cgo.Incomplete to mark an incomplete C type. +

+
+
+
runtime/metrics

@@ -1155,8 +1164,6 @@ proxyHandler := &httputil.ReverseProxy{ - -