]> Cypherpunks repositories - gostls13.git/commit
io: change the name of ReadAtSizer to SizedReaderAt
authorRob Pike <r@golang.org>
Thu, 7 Apr 2016 03:19:47 +0000 (20:19 -0700)
committerRob Pike <r@golang.org>
Fri, 8 Apr 2016 14:46:19 +0000 (14:46 +0000)
commit01360a64c5895a9ec8b8c34140415fe34c3de201
tree85f2df1746fbaee61520d1cbaca5a883e2fdbb60
parent8f2edf11998a30b497586ac0e9f75036a318280a
io: change the name of ReadAtSizer to SizedReaderAt

This is a proposal. The old name is pretty poor. The new one describes
it better and may be easier to remember. It does not start with Read,
though I think that inconsistency is worthwhile.

Reworded the comment a bit for clarity.

Change-Id: Icb4f9c663cc68958e0363d7ff78a0b29cc521f98
Reviewed-on: https://go-review.googlesource.com/21629
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/io/io.go