]> Cypherpunks repositories - gostls13.git/commitdiff
link the course slides from early in the tutorial
authorRob Pike <r@golang.org>
Mon, 9 Nov 2009 06:03:12 +0000 (22:03 -0800)
committerRob Pike <r@golang.org>
Mon, 9 Nov 2009 06:03:12 +0000 (22:03 -0800)
R=rsc
CC=go-dev
http://go/go-review/1026031

doc/go_tutorial.html
doc/go_tutorial.txt

index 61b706fcdb810972f27284c49e26d0daf76f9e29..77ceb354190e7ab32e6e066a8ae2fc00238b15f3 100644 (file)
@@ -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
index 30025689784ea69d3d7b04ff06cd16cdf76b52cb..8e2effd33f06cc3b66ae6ccc0f01302b4aa549df 100644 (file)
@@ -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