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
f03b37b8
Commit
f03b37b8
authored
Oct 05, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: link to A Tour of Go
R=golang-dev, rsc, r CC=golang-dev
https://golang.org/cl/5181045
parent
9a0a30ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
docs.html
doc/docs.html
+10
-0
install.html
doc/install.html
+2
-1
root.html
doc/root.html
+5
-2
No files found.
doc/docs.html
View file @
f03b37b8
...
...
@@ -16,6 +16,16 @@ Once you've learned a little about the language,
idioms of programming in Go.
</p>
<h3
id=
"go_tour"
><a
href=
"http://go-tour.appspot.com/"
>
A Tour of Go
</a></h3>
<p>
An interactive introduction to Go in three sections.
The first section covers basic syntax and data structures; the second discusses
methods and interfaces; and the third introduces Go's concurrency primitives.
Each section concludes with a few exercises so you can practice what you've
learned. You can
<a
href=
"http://go-tour.appspot.com/"
>
take the tour online
</a>
or
<a
href=
"http://code.google.com/p/go-tour/"
>
install it locally
</a>
.
</p>
<h3
id=
"orig_tutorial"
><a
href=
"go_tutorial.html"
>
A Tutorial for the Go Programming Language
</a></h3>
<p>
The first tutorial. An introductory text that touches upon several core
...
...
doc/install.html
View file @
f03b37b8
...
...
@@ -257,7 +257,8 @@ the process of building and testing Go programs.
<h2
id=
"next"
>
What's next
</h2>
<p>
Start by reading the
<a
href=
"go_tutorial.html"
>
Go Tutorial
</a>
.
Start by taking
<a
href=
"http://code.google.com/p/go-tour/"
>
A Tour of Go
</a>
or reading the
<a
href=
"go_tutorial.html"
>
Go Tutorial
</a>
.
</p>
<p>
...
...
doc/root.html
View file @
f03b37b8
...
...
@@ -49,10 +49,13 @@ google.setOnLoadCallback(loadFeed);
It's a fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
</p>
<h2>
Check it out!
</h2>
<h2>
Get started now with
<a
target=
"_blank"
href=
"http://go-tour.appspot.com/"
>
A Tour of Go
</a>
.
</h2>
<p>
<div
class=
"how"
>
[
<a
href=
"/doc/playground.html"
>
How does this work?
</a>
]
</div>
<a
href=
"/doc/install.html"
>
Install Go now
</a>
, o
r try it right here in your browser:
</p>
O
r try it right here in your browser:
</p>
<div
id=
"playground"
class=
"small"
></div>
<script
src=
"/doc/play/playground.js"
></script>
</div>
...
...
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