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
0d93dbcf
Commit
0d93dbcf
authored
Nov 09, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link the course slides from early in the tutorial
R=rsc CC=go-dev
http://go/go-review/1026031
parent
d10f1547
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
go_tutorial.html
doc/go_tutorial.html
+4
-0
go_tutorial.txt
doc/go_tutorial.txt
+4
-0
No files found.
doc/go_tutorial.html
View file @
0d93dbcf
...
...
@@ -8,6 +8,10 @@ guide to the language; at the moment the document closest to that is the
After you've read this tutorial, you might want to look at
<a
href=
'/doc/effective_go.html'
>
Effective Go
</a>
,
which digs deeper into how the language is used.
Also, slides from a 3-day course about Go are available:
<a
href=
'/doc/GoCourseDay1.pdf'
>
Day 1
</a>
,
<a
href=
'/doc/GoCourseDay2.pdf'
>
Day 2
</a>
,
<a
href=
'/doc/GoCourseDay3.pdf'
>
Day 3
</a>
.
<p>
The presentation here proceeds through a series of modest programs to illustrate
key features of the language. All the programs work (at time of writing) and are
...
...
doc/go_tutorial.txt
View file @
0d93dbcf
...
...
@@ -9,6 +9,10 @@ guide to the language; at the moment the document closest to that is the
After you've read this tutorial, you might want to look at
<a href='/doc/effective_go.html'>Effective Go</a>,
which digs deeper into how the language is used.
Also, slides from a 3-day course about Go are available:
<a href='/doc/GoCourseDay1.pdf'>Day 1</a>,
<a href='/doc/GoCourseDay2.pdf'>Day 2</a>,
<a href='/doc/GoCourseDay3.pdf'>Day 3</a>.
The presentation here proceeds through a series of modest programs to illustrate
key features of the language. All the programs work (at time of writing) and are
...
...
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