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
1fe22d2d
Commit
1fe22d2d
authored
Nov 01, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: refer to tour.golang.org instead of go-tour.appspot.com
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5331055
parent
44262d15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/docs.html
doc/docs.html
+2
-2
doc/root.html
doc/root.html
+1
-1
No files found.
doc/docs.html
View file @
1fe22d2d
...
...
@@ -16,13 +16,13 @@ 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>
<h3
id=
"go_tour"
><a
href=
"http://
tour.golang.org
/"
>
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
learned. You can
<a
href=
"http://
tour.golang.org
/"
>
take the tour online
</a>
or
<a
href=
"http://code.google.com/p/go-tour/"
>
install it locally
</a>
.
</p>
...
...
doc/root.html
View file @
1fe22d2d
...
...
@@ -51,7 +51,7 @@ google.setOnLoadCallback(loadFeed);
</p>
<h2>
Get started now with
<a
target=
"_blank"
href=
"http://
go-tour.appspot.com
/"
>
A Tour of Go
</a>
<a
target=
"_blank"
href=
"http://
tour.golang.org
/"
>
A Tour of Go
</a>
in your browser.
</h2>
<p>
...
...
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