Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
43c7fc04
Commit
43c7fc04
authored
Jul 29, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
R=rsc OCL=32472 CL=32472
parent
3314f8c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.go
src/pkg/rpc/server.go
+1
-1
No files found.
src/pkg/rpc/server.go
View file @
43c7fc04
...
...
@@ -69,7 +69,7 @@
arith := new(Arith);
rpc.Register(arith);
r
r
pc.HandleHTTP();
rpc.HandleHTTP();
l, e := net.Listen("tcp", ":1234");
if e != nil {
log.Exit("listen error:", e);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment