1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/gob
Rob Pike e7601e2980 add a debugging printer to the gob package.
used only for debugging, debug.go is not normally part of the package source.

also add a dump program to call it.

R=rsc
CC=golang-dev
https://golang.org/cl/183075
2009-12-29 14:03:33 +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 remove all references to gobType() from the decoder. 2009-12-29 14:03:12 +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 fix dumb bug: must write out default values inside arrays and slices 2009-12-29 07:41:53 +11:00
encoder.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08: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 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00