]> Cypherpunks repositories - gostls13.git/commit
add a debugging printer to the gob package.
authorRob Pike <r@golang.org>
Tue, 29 Dec 2009 03:03:33 +0000 (14:03 +1100)
committerRob Pike <r@golang.org>
Tue, 29 Dec 2009 03:03:33 +0000 (14:03 +1100)
commite7601e2980a134660e50e9cae75ece87588df828
tree85be11c5ec65a0de87c6ff9c16497a088a3624b0
parent1f5511560e6aa8a43ae1e4a6a5a2bb13bf5f29c0
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
src/pkg/gob/Makefile
src/pkg/gob/debug.go [new file with mode: 0644]
src/pkg/gob/dump.go [new file with mode: 0644]