1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg/gob
Russ Cox 33649bd278 runtime: introduce unsafe.New and unsafe.NewArray
to provide functionality previously hacked in to
    reflect and gob.

R=r
https://golang.org/cl/165076
2009-12-07 15:51:58 -08: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 explicitly catch attempt to decode into a value - must be a pointer to see the result. 2009-12-01 21:47:00 -08: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