From 6a1bbca2b3129b18f7d7e63b51536da2e9afe9e2 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Tue, 7 Nov 2023 17:35:46 +0800 Subject: runtime: add available godoc link Change-Id: Ifb4844efddcb0369b0302eeab72394eeaf5c8072 Reviewed-on: https://go-review.googlesource.com/c/go/+/540022 Reviewed-by: Michael Knyszek Auto-Submit: Michael Knyszek Reviewed-by: Heschi Kreinick TryBot-Result: Gopher Robot Run-TryBot: shuang cui LUCI-TryBot-Result: Go LUCI --- src/runtime/cgo/handle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/cgo') diff --git a/src/runtime/cgo/handle.go b/src/runtime/cgo/handle.go index 061dfb0e2e..59b65da2b6 100644 --- a/src/runtime/cgo/handle.go +++ b/src/runtime/cgo/handle.go @@ -61,8 +61,8 @@ import ( // } // // Some C functions accept a void* argument that points to an arbitrary -// data value supplied by the caller. It is not safe to coerce a cgo.Handle -// (an integer) to a Go unsafe.Pointer, but instead we can pass the address +// data value supplied by the caller. It is not safe to coerce a [cgo.Handle] +// (an integer) to a Go [unsafe.Pointer], but instead we can pass the address // of the cgo.Handle to the void* parameter, as in this variant of the // previous example: // -- cgit v1.3-5-g9baa