diff options
| author | Daniel Martí <mvdan@mvdan.cc> | 2023-03-23 08:12:30 +0000 |
|---|---|---|
| committer | Daniel Martí <mvdan@mvdan.cc> | 2023-03-25 10:16:23 +0000 |
| commit | 9768f736ea11165f10062401dec5509fdf1882ba (patch) | |
| tree | 995fb59d9a83591bd0fb7d14ff778adef680d81d /src/math | |
| parent | 478b1d260a21a83a090ba120efb79753495545e1 (diff) | |
| download | go-9768f736ea11165f10062401dec5509fdf1882ba.tar.xz | |
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>
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/big/doc.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/math/big/doc.go b/src/math/big/doc.go index 65ed019b74..fee5a65c7b 100644 --- a/src/math/big/doc.go +++ b/src/math/big/doc.go @@ -92,8 +92,7 @@ the Stringer interface for a (default) string representation of the value, but also provide SetString methods to initialize a value from a string in a variety of supported formats (see the respective SetString documentation). -Finally, *Int, *Rat, and *Float satisfy the fmt package's Scanner interface -for scanning and (except for *Rat) the Formatter interface for formatted -printing. +Finally, *Int, *Rat, and *Float satisfy [fmt.Scanner] for scanning +and (except for *Rat) the Formatter interface for formatted printing. */ package big |
