]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: improve package comment.
authorStefan Nilsson <snilsson@nada.kth.se>
Mon, 5 Mar 2012 15:02:30 +0000 (10:02 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 5 Mar 2012 15:02:30 +0000 (10:02 -0500)
commita347fdb035898f6c3344e112416a3eb9d0fb9cff
tree4908b7fd10a0d2988edd0b2dff66bb26f7ebd379
parent06e18ca5a3ecca411e4b31d3bdc9f36356ed99c2
encoding/binary: improve package comment.

The current package comment doesn't mention varints and
protocol buffers. Also, the first sentence is incomprehensible
without further context as "fixed-size values" is undefined.

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