summaryrefslogtreecommitdiff
path: root/src/pkg/gob/dump.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-29add a debugging printer to the gob package.Rob Pike1-0/+22
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