mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
fix typo
R=rsc OCL=32472 CL=32472
This commit is contained in:
parent
3314f8c8e3
commit
43c7fc04b8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
arith := new(Arith);
|
arith := new(Arith);
|
||||||
rpc.Register(arith);
|
rpc.Register(arith);
|
||||||
rrpc.HandleHTTP();
|
rpc.HandleHTTP();
|
||||||
l, e := net.Listen("tcp", ":1234");
|
l, e := net.Listen("tcp", ":1234");
|
||||||
if e != nil {
|
if e != nil {
|
||||||
log.Exit("listen error:", e);
|
log.Exit("listen error:", e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue