]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: better description for intReadSize
authorRob Pike <r@golang.org>
Fri, 9 Aug 2013 23:11:58 +0000 (09:11 +1000)
committerRob Pike <r@golang.org>
Fri, 9 Aug 2013 23:11:58 +0000 (09:11 +1000)
commit556b337ece484d34d3dee1419579ca89475fcefc
treec87ca99afed03af78a680106508528765dee271b
parentb78410bda13cc10c1e59dfdcc935b3155450b44e
encoding/binary: better description for intReadSize
It used to be called intDestSize; the new name is better too.

R=bradfitz
CC=golang-dev
https://golang.org/cl/12713043
src/pkg/encoding/binary/binary.go