aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/error.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-11-07 17:35:46 +0800
committerGopher Robot <gobot@golang.org>2023-11-08 16:59:11 +0000
commit6a1bbca2b3129b18f7d7e63b51536da2e9afe9e2 (patch)
treee7a99852f607ed39fa16619d28633f5a089a9526 /src/runtime/error.go
parentfa903593fb7c40a5745817b68d9a71ab6b934009 (diff)
downloadgo-6a1bbca2b3129b18f7d7e63b51536da2e9afe9e2.tar.xz
runtime: add available godoc link
Change-Id: Ifb4844efddcb0369b0302eeab72394eeaf5c8072 Reviewed-on: https://go-review.googlesource.com/c/go/+/540022 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: shuang cui <imcusg@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/error.go')
-rw-r--r--src/runtime/error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/error.go b/src/runtime/error.go
index 3590ccd965..b507f25e18 100644
--- a/src/runtime/error.go
+++ b/src/runtime/error.go
@@ -93,7 +93,7 @@ func (e errorAddressString) Error() string {
// The address provided is best-effort.
// The veracity of the result may depend on the platform.
// Errors providing this method will only be returned as
-// a result of using runtime/debug.SetPanicOnFault.
+// a result of using [runtime/debug.SetPanicOnFault].
func (e errorAddressString) Addr() uintptr {
return e.addr
}