We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0d5c9 commit e8422e9Copy full SHA for e8422e9
src/cmd/cgo/doc.go
@@ -425,8 +425,8 @@ and of course there is nothing stopping the C code from doing anything
425
it likes. However, programs that break these rules are likely to fail
426
in unexpected and unpredictable ways.
427
428
-The runtime/cgo.Handle type can be used to safely pass Go values
429
-between Go and C. See the runtime/cgo package documentation for details.
+The type [runtime/cgo.Handle] can be used to safely pass Go values
+between Go and C.
430
431
Note: the current implementation has a bug. While Go code is permitted
432
to write nil or a C pointer (but not a Go pointer) to C memory, the
0 commit comments