Skip to content

Commit

Permalink
docs: Update notes for 3-day Go course.
Browse files Browse the repository at this point in the history
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4605041
  • Loading branch information
robpike committed Jun 10, 2011
1 parent 944076c commit 9b409ac
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
Binary file modified doc/GoCourseDay1.pdf
Binary file not shown.
Binary file modified doc/GoCourseDay2.pdf
Binary file not shown.
Binary file modified doc/GoCourseDay3.pdf
Binary file not shown.
13 changes: 12 additions & 1 deletion doc/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ <h3 id="orig_tutorial"><a href="go_tutorial.html">A Tutorial for the Go Programm
goroutines, and channels.
</p>

<h3 id="course_notes">Course Notes</h3>
<p>
Slides from a 3-day course about the Go programming language.
A more thorough introduction than the tutorial.
</p>
<ul>
<li><a href="GoCourseDay1.pdf">Day 1: Basics</a> <small>[270KB PDF]</small>
<li><a href="GoCourseDay2.pdf">Day 2: Types, Methods, Interfaces</a> <small>[270KB PDF]</small>
<li><a href="GoCourseDay3.pdf">Day 3: Concurrency and Communication</a> <small>[180KB PDF]</small>
</ul>

<h3 id="effective_go"><a href="effective_go.html">Effective Go</a></h3>
<p>
A document that gives tips for writing clear, idiomatic Go code.
Expand Down Expand Up @@ -209,7 +220,7 @@ <h3 id="emerging_go"><a href="http://www.oscon.com/oscon2010/public/schedule/det
does.
</i></p>

<h3 id="emerging_go"><a href="talks/gofrontend-gcc-summit-2010.pdf">The Go frontend for GCC</a></h3>
<h3 id="go_frontend_gcc"><a href="talks/gofrontend-gcc-summit-2010.pdf">The Go frontend for GCC</a></h3>
<p>
A description of the Go language frontend for gcc.
Ian Lance Taylor's paper delivered at the GCC Summit 2010.
Expand Down
3 changes: 1 addition & 2 deletions doc/go_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ <h2>Introduction</h2>
which digs deeper into how the language is used and
talks about the style and idioms of programming in Go.
Also, slides from a 3-day course about Go are available.
Although they're badly out of date, they provide some
background and a lot of examples:
They provide some background and a lot of examples:
<a href='/doc/GoCourseDay1.pdf'>Day 1</a>,
<a href='/doc/GoCourseDay2.pdf'>Day 2</a>,
<a href='/doc/GoCourseDay3.pdf'>Day 3</a>.
Expand Down
3 changes: 1 addition & 2 deletions doc/go_tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ After you've read this tutorial, you should look at
which digs deeper into how the language is used and
talks about the style and idioms of programming in Go.
Also, slides from a 3-day course about Go are available.
Although they're badly out of date, they provide some
background and a lot of examples:
They provide some background and a lot of examples:
<a href='/doc/GoCourseDay1.pdf'>Day 1</a>,
<a href='/doc/GoCourseDay2.pdf'>Day 2</a>,
<a href='/doc/GoCourseDay3.pdf'>Day 3</a>.
Expand Down

0 comments on commit 9b409ac

Please sign in to comment.