]> Cypherpunks repositories - gostls13.git/commit
compress: linkify references to io.ByteReader
authorJoe Tsai <joetsai@digital-static.net>
Fri, 1 Sep 2023 07:27:12 +0000 (00:27 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 1 Sep 2023 23:31:15 +0000 (23:31 +0000)
commit8b88d58042be78b454541dc95dabee6c6e8e1cde
tree14789a5304480046371f0be739d6eae753ad19fe
parentc700c23cef4b6501c0ccce248db57e30683eea99
compress: linkify references to io.ByteReader

The special treatment of io.ByteReader is somewhat significant.
Linkify references to that type from documentation.

Change-Id: I77c06e4c6b957d107638e2ff2a4c58148b396ed3
Reviewed-on: https://go-review.googlesource.com/c/go/+/525016
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
src/compress/bzip2/bzip2.go
src/compress/flate/inflate.go
src/compress/gzip/gunzip.go
src/compress/lzw/reader.go
src/compress/zlib/reader.go