]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.22: remove empty cgo section
authorBryan C. Mills <bcmills@google.com>
Mon, 11 Dec 2023 17:31:25 +0000 (12:31 -0500)
committerBryan Mills <bcmills@google.com>
Tue, 12 Dec 2023 18:40:59 +0000 (18:40 +0000)
The only issue in this section, #56378, does not need a release note
for Go 1.22 because its feature was disabled for this release.

For #61422.
Updates #56378.

Change-Id: Ia4e090994cd9ac04e855f8b3a2c6ca0cde4485d2
Reviewed-on: https://go-review.googlesource.com/c/go/+/548876
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/go1.22.html

index a7a51a1ffd98445f05e2f3c9f1ed48766fb7b005..720d356efe37d4b6afefffd28345652801d62635 100644 (file)
@@ -117,13 +117,6 @@ packages that do not have their own test files. Prior to Go 1.22 a
   <code>mymod/mypack    coverage: 0.0% of statements</code>
 </p>
 
-<h3 id="cgo">Cgo</h3>
-
-<!-- https://go.dev/issue/56378 -->
-<p>
-  <!-- add #cgo noescape/nocallback annotations -->
-</p>
-
 <h3 id="trace">Trace</h3>
 
 <!-- https://go.dev/issue/63960 -->