]> Cypherpunks repositories - gostls13.git/commit
netchan: use gob DecodeValue to eliminate the need for a pointer value
authorRob Pike <r@golang.org>
Tue, 29 Jun 2010 00:12:09 +0000 (17:12 -0700)
committerRob Pike <r@golang.org>
Tue, 29 Jun 2010 00:12:09 +0000 (17:12 -0700)
commitd4384ff7f560ea3867749ccab4e6ad65767f0c6c
treea87f818657e0eb94234d2919319dddd14f759f46
parent12a4d84371d6d60b715d2fca3fe9bb45d5ca7454
netchan: use gob DecodeValue to eliminate the need for a pointer value
in Import and Export.

R=rsc
CC=golang-dev
https://golang.org/cl/1707047
src/pkg/netchan/common.go
src/pkg/netchan/export.go
src/pkg/netchan/import.go
src/pkg/netchan/netchan_test.go