From: Cuong Manh Le Date: Thu, 1 Dec 2022 16:58:44 +0000 (+0700) Subject: doc: add release note for cgo.Incomplete X-Git-Tag: go1.20rc1~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=86963b458ebe564f16e66dde0319af7f72e46480;p=gostls13.git doc: add release note for cgo.Incomplete Updates #46731 Change-Id: Ie64e87d759c48642582342d221b24f77bb81d47a Reviewed-on: https://go-review.googlesource.com/c/go/+/453556 Auto-Submit: Cuong Manh Le TryBot-Result: Gopher Robot Run-TryBot: Cuong Manh Le Reviewed-by: Russ Cox Reviewed-by: Ian Lance Taylor --- 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{ - -