]> Cypherpunks repositories - gostls13.git/commit
bytes: add documentation to reader methods
authorGabriel Aszalos <gabriel.aszalos@gmail.com>
Thu, 21 Sep 2017 10:25:02 +0000 (12:25 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 21 Sep 2017 18:57:04 +0000 (18:57 +0000)
commitdd5a86f18c8d00e47a03ed11523307cafe1f2f1c
tree9d79235c0efde9beb421e6bf4bd7287b1e5d1547
parentfdecab6ef00be4a2e6247ebd962a281276b3f37d
bytes: add documentation to reader methods

Some methods that were used to implement various `io` interfaces in the
Reader were documented, whereas others were not. This change adds
documentation to all the missing methods used to implement these
interfaces.

Change-Id: I2dac6e328542de3cd87e89510651cd6ba74a7b7d
Reviewed-on: https://go-review.googlesource.com/65231
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/bytes/reader.go