Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
327b6c63
Commit
327b6c63
authored
Oct 13, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix links in tutorial
R=rsc DELTA=30 (0 added, 22 deleted, 8 changed) OCL=35694 CL=35697
parent
cd7062ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
28 deletions
+6
-28
doc/go_tutorial.html
doc/go_tutorial.html
+3
-17
doc/go_tutorial.txt
doc/go_tutorial.txt
+3
-11
No files found.
doc/go_tutorial.html
View file @
327b6c63
...
...
@@ -4,27 +4,13 @@
<p>
This document is a tutorial introduction to the basics of the Go systems programming
language, intended for programmers familiar with C or C++. It is not a comprehensive
guide to the language; at the moment the document closest to that is the
draft
specification:
guide to the language; at the moment the document closest to that is the
<a
href=
/doc/go_spec.html
>
language specification.
</a>
<p>
<pre>
http://go/go/doc/go_spec.html
</pre>
To check out the compiler and tools and be ready to run Go programs, see
<p>
<pre>
http://go/go/doc/go_setup.html
</pre>
The presentation proceeds through a series of modest programs to illustrate
key features of the language. All the programs work (at time of writing) and are
checked in
at
checked in
to the repository in the directory
<a
href=
/doc/progs
><code>
/doc/progs
</code></a>
.
<p>
<pre>
//depot2/go/doc/progs
</pre>
Program snippets are annotated with the line number in the original file; for
cleanliness, blank lines remain blank.
<p>
...
...
doc/go_tutorial.txt
View file @
327b6c63
...
...
@@ -3,20 +3,12 @@ Let's Go
This document is a tutorial introduction to the basics of the Go systems programming
language, intended for programmers familiar with C or C++. It is not a comprehensive
guide to the language; at the moment the document closest to that is the draft
specification:
http://go/go/doc/go_spec.html
To check out the compiler and tools and be ready to run Go programs, see
http://go/go/doc/go_setup.html
guide to the language; at the moment the document closest to that is the
<a href=/doc/go_spec.html>language specification.</a>
The presentation proceeds through a series of modest programs to illustrate
key features of the language. All the programs work (at time of writing) and are
checked in at
//depot2/go/doc/progs
checked into the repository in the directory <a href=/doc/progs>"/doc/progs"</a>.
Program snippets are annotated with the line number in the original file; for
cleanliness, blank lines remain blank.
...
...
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