]> Cypherpunks repositories - gostls13.git/commit
the beginnings of an rpc service.
authorRob Pike <r@golang.org>
Mon, 13 Jul 2009 19:58:14 +0000 (12:58 -0700)
committerRob Pike <r@golang.org>
Mon, 13 Jul 2009 19:58:14 +0000 (12:58 -0700)
commitefb918b7dbed995c470c68db52776052e640d6ed
treed259916cd031848a03d519744ec92f954cc992c0
parentb2a66adc59404b4fbc54a0c1431c22eb0a594bab
the beginnings of an rpc service.
server side only; no client help yet (but it's easy).
no http yet.
service is synchronous.
all this will improve.

R=rsc
DELTA=403  (403 added, 0 deleted, 0 changed)
OCL=31522
CL=31536
src/pkg/rpc/Makefile [new file with mode: 0644]
src/pkg/rpc/client.go [new file with mode: 0644]
src/pkg/rpc/server.go [new file with mode: 0644]
src/pkg/rpc/server_test.go [new file with mode: 0644]