aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug
diff options
context:
space:
mode:
authorOlivier Mengué <olivier.mengue@gmail.com>2025-03-06 09:23:15 +0100
committerGopher Robot <gobot@golang.org>2025-03-07 11:33:01 -0800
commitd7e5cd5851f9fea4512c20cf275d979516828521 (patch)
tree6753bed2d00aad45d27376520300a1e883dda0f6 /src/runtime/debug
parentb4a333fea588b0df6f441f0e9838cff9338c71c4 (diff)
downloadgo-d7e5cd5851f9fea4512c20cf275d979516828521.tar.xz
compress/flate,compress/lzw: fix incorrect godoc links
Fix incorrect godoc links related to the use of the name "Reader" for different things in the various compress/* packages: - in compress/flate Reader is the interface describing the underlying reader, not the decompressor as in other packages, so "returned reader" must not be linked to Reader. - in compress/lzw and compress/gzip Reader is the decompressor, not the interface of the underlying reader, so "underlying reader" must not be linked to Reader. With this patch the formatting of "underlying reader" and "returned reader" is consistent accross compress/* packages. Change-Id: Iea315fd5ee5b6c177855693d68841f3709a382cf Reviewed-on: https://go-review.googlesource.com/c/go/+/655335 Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/debug')
0 files changed, 0 insertions, 0 deletions