1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/pkg/gob
2009-12-13 07:27:43 +11:00
..
codec_test.go Rework gobs to fix bad bug related to sharing of id's between encoder and decoder side. 2009-11-16 23:32:30 -08:00
decode.go runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
decoder.go fix bug for large counts: used a one-byte buffer. 2009-12-13 07:27:43 +11:00
encode.go gob: fix build 2009-12-01 16:18:27 -08:00
encoder_test.go test that arrays work properly. 2009-12-02 10:25:14 -08:00
encoder.go error propagation in gob/encoder. 2009-12-03 17:12:57 -08:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
type_test.go The String() method requires global state that makes it not work outside of this package, 2009-12-03 17:14:32 -08:00
type.go The String() method requires global state that makes it not work outside of this package, 2009-12-03 17:14:32 -08:00