]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.
authorPatrick Mylund Nielsen <patrick@patrickmn.com>
Sun, 22 Jul 2012 00:26:32 +0000 (10:26 +1000)
committerDavid Symonds <dsymonds@golang.org>
Sun, 22 Jul 2012 00:26:32 +0000 (10:26 +1000)
commit614cb3b8dd0d6c1f0ddd631db6adb793df24655d
treec933d907ca7e67c5c306367ba408f954269ece1d
parent3a112a8112289b6cfd3879cd8be0096ad5f85e4e
encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6432062
src/pkg/encoding/binary/varint.go