mirror of https://github.com/golang/go.git
doc/go1.22: remove empty cgo section
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>
This commit is contained in:
parent
ce43fb806f
commit
699807f323
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue