1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg/gob
Rob Pike f966ba1df9 use the new type switch multicase to clean up a little.
R=rsc
DELTA=28  (7 added, 16 deleted, 5 changed)
OCL=34487
CL=34487
2009-09-09 10:32:26 -07:00
..
codec_test.go fix codec test bug - uint -> uint8 2009-08-26 16:19:59 -07:00
decode.go delete forward type declarations 2009-08-12 14:40:47 -07:00
decoder.go convert gob to whole-package compilation. 2009-08-12 13:19:27 -07:00
encode.go delete forward type declarations 2009-08-12 14:40:47 -07:00
encoder_test.go can't encode array or slice - catch in sendType rather than failing in Encode 2009-08-30 19:46:35 -07:00
encoder.go use the new type switch multicase to clean up a little. 2009-09-09 10:32:26 -07:00
Makefile convert gob to whole-package compilation. 2009-08-12 13:19:27 -07:00
type_test.go convert gob to whole-package compilation. 2009-08-12 13:19:27 -07:00
type.go two gob nits found with stricter 6g 2009-09-02 09:03:42 -07:00