mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: add a few links in package godocs
I noticed the one in path/filepath while reading the docs, and the other ones were found via some quick grepping. Change-Id: I386f2f74ef816a6d18aa2f58ee6b64dbd0147c9e Reviewed-on: https://go-review.googlesource.com/c/go/+/478795 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
478b1d260a
commit
9768f736ea
12 changed files with 31 additions and 33 deletions
|
|
@ -8,7 +8,7 @@
|
|||
/*
|
||||
Package metrics provides a stable interface to access implementation-defined
|
||||
metrics exported by the Go runtime. This package is similar to existing functions
|
||||
like runtime.ReadMemStats and debug.ReadGCStats, but significantly more general.
|
||||
like [runtime.ReadMemStats] and [debug.ReadGCStats], but significantly more general.
|
||||
|
||||
The set of metrics defined by this package may evolve as the runtime itself
|
||||
evolves, and also enables variation across Go implementations, whose relevant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue