1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:54:39 -07:00

fix links in tutorial

R=rsc
DELTA=30  (0 added, 22 deleted, 8 changed)
OCL=35694
CL=35697
This commit is contained in:
Rob Pike 2009-10-13 18:01:24 -07:00
parent cd7062ef6f
commit 327b6c637e
2 changed files with 6 additions and 28 deletions

View File

@ -4,27 +4,13 @@
<p> <p>
This document is a tutorial introduction to the basics of the Go systems programming 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 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 guide to the language; at the moment the document closest to that is the
specification: <a href=/doc/go_spec.html>language specification.</a>
<p> <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 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 key features of the language. All the programs work (at time of writing) and are
checked in at checked into the repository in the directory <a href=/doc/progs><code>/doc/progs</code></a>.
<p> <p>
<pre>
//depot2/go/doc/progs
</pre>
Program snippets are annotated with the line number in the original file; for Program snippets are annotated with the line number in the original file; for
cleanliness, blank lines remain blank. cleanliness, blank lines remain blank.
<p> <p>

View File

@ -3,20 +3,12 @@ Let's Go
This document is a tutorial introduction to the basics of the Go systems programming 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 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 guide to the language; at the moment the document closest to that is the
specification: <a href=/doc/go_spec.html>language specification.</a>
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
The presentation proceeds through a series of modest programs to illustrate 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 key features of the language. All the programs work (at time of writing) and are
checked in at checked into the repository in the directory <a href=/doc/progs>"/doc/progs"</a>.
//depot2/go/doc/progs
Program snippets are annotated with the line number in the original file; for Program snippets are annotated with the line number in the original file; for
cleanliness, blank lines remain blank. cleanliness, blank lines remain blank.