]> Cypherpunks repositories - gostls13.git/commit
rpc: allow non-struct args and reply (they must still be pointers)
authorRob Pike <r@golang.org>
Mon, 28 Jun 2010 23:05:54 +0000 (16:05 -0700)
committerRob Pike <r@golang.org>
Mon, 28 Jun 2010 23:05:54 +0000 (16:05 -0700)
commit08483defacf38d2d1f89eae0136268dfee30ec84
treec1153d0edaf823f36d2534d1b7c82b447ad30938
parenteb20ba6d0143ee8db5635c242e4d74d27dba9520
rpc: allow non-struct args and reply (they must still be pointers)

R=rsc
CC=golang-dev
https://golang.org/cl/1722046
src/pkg/rpc/server.go
src/pkg/rpc/server_test.go