summaryrefslogtreecommitdiff
path: root/src/pkg/gob/debug.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-108/+202
2009-12-29add a debugging printer to the gob package.Rob Pike1-0/+216
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 http://codereview.appspot.com/183075