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
128f0528
Commit
128f0528
authored
Sep 22, 2008
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct two web links, add missing semicolon after <.
R=r DELTA=3 (0 added, 0 deleted, 3 changed) OCL=15619 CL=15624
parent
b676b0e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go_tutorial.txt
doc/go_tutorial.txt
+2
-2
No files found.
doc/go_tutorial.txt
View file @
128f0528
...
...
@@ -12,7 +12,7 @@ language, intended for programmers familiar with C or C++. It is not a comprehen
guide to the language; at the moment the document closest to that is the draft
specification:
/doc/go_
lang
.html
/doc/go_
spec
.html
To check out the compiler and tools and be ready to run Go programs, see
...
...
@@ -456,7 +456,7 @@ Here is the first function in "progs/sieve.go":
--PROG progs/sieve.go /Send/ /^}/
The function "Generate" sends the sequence 2, 3, 4, 5, ... to its
argument channel, "ch", using the binary communications operator "<-".
argument channel, "ch", using the binary communications operator "<
;
-".
Channels block, so if there's no recipient for the the value on "ch",
the send operation will wait until one becomes available.
...
...
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