]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/runtime/debug/garbage.go
runtime: add available godoc link
[gostls13.git] / src / runtime / debug / garbage.go
index 0f53928fe8530f6a6c581f1a8cf0628c3a292d46..cb3248d64d4ab2875f65edfdfe97bb072dcc3d4f 100644 (file)
@@ -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.
 //