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/debug/garbage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/debug/garbage.go') diff --git a/src/runtime/debug/garbage.go b/src/runtime/debug/garbage.go index 0f53928fe8..cb3248d64d 100644 --- a/src/runtime/debug/garbage.go +++ b/src/runtime/debug/garbage.go @@ -214,7 +214,7 @@ func SetTraceback(level string) // // The memory limit is always respected by the Go runtime, so to // effectively disable this behavior, set the limit very high. -// math.MaxInt64 is the canonical value for disabling the limit, +// [math.MaxInt64] is the canonical value for disabling the limit, // but values much greater than the available memory on the underlying // system work just as well. // -- cgit v1.3