1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:31:21 -06:00
go/src/pkg/gob
Rob Pike 1fc0960fb4 clean up EOF
R=rsc
DELTA=5  (0 added, 1 deleted, 4 changed)
OCL=32465
CL=32467
2009-07-29 15:24:42 -07:00
..
codec_test.go change the encoding of uints to simplify overflow checking and to make them 2009-07-28 17:20:19 -07:00
decode.go handle some error conditions involving bad data. 2009-07-29 15:10:29 -07:00
decoder.go clean up EOF 2009-07-29 15:24:42 -07:00
encode.go change the encoding of uints to simplify overflow checking and to make them 2009-07-28 17:20:19 -07:00
encoder_test.go clean up EOF 2009-07-29 15:24:42 -07:00
encoder.go change the encoding of uints to simplify overflow checking and to make them 2009-07-28 17:20:19 -07:00
Makefile change the encoding of uints to simplify overflow checking and to make them 2009-07-28 17:20:19 -07:00
type_test.go clean up for public use: make some stuff private, add doc comments. 2009-07-27 11:02:06 -07:00
type.go - clean up code creating keys for type maps 2009-07-28 12:59:39 -07:00