1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:10:13 -06:00
R=rsc
OCL=32472
CL=32472
This commit is contained in:
Rob Pike 2009-07-29 15:33:12 -07:00
parent 3314f8c8e3
commit 43c7fc04b8

View File

@ -69,7 +69,7 @@
arith := new(Arith);
rpc.Register(arith);
rrpc.HandleHTTP();
rpc.HandleHTTP();
l, e := net.Listen("tcp", ":1234");
if e != nil {
log.Exit("listen error:", e);