1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:11:21 -06:00
go/src/pkg/gob
Rob Pike 24dafbaa37 to improve the chances for compatibility, open a window of unused ids
and specify a lowest id granted to users.

R=rsc
CC=golang-dev
https://golang.org/cl/186081
2010-01-13 12:06:43 +11:00
..
codec_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
debug.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
decode.go improve some type switches now that multiple types per case are supported. 2009-12-30 08:33:48 +11:00
decoder.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
dump.go add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
encode.go fix dumb bug: must write out default values inside arrays and slices 2009-12-29 07:41:53 +11:00
encoder_test.go trivial bug: []byte is special but [3]byte is not. 2009-12-31 12:47:20 +11:00
encoder.go trivial bug: []byte is special but [3]byte is not. 2009-12-31 12:47:20 +11:00
Makefile add a debugging printer to the gob package. 2009-12-29 14:03:33 +11:00
type_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
type.go to improve the chances for compatibility, open a window of unused ids 2010-01-13 12:06:43 +11:00