aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/binary/varint_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2012-01-20encoding/varint: deleted WriteXvarintRobert Griesemer
2011-12-20encoding/binary: add more benchmarksRoger Peppe
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-05encoding/binary: added benchmarksRobert Griesemer
2011-09-29encoding/binary: PutX functions require buffer of sufficient size.Robert Griesemer
2011-09-28encoding/binary: support for varint encodingRobert Griesemer