]> Cypherpunks repositories - gostls13.git/commitdiff
doc: delete go course notes
authorRob Pike <r@golang.org>
Mon, 19 Dec 2011 21:23:27 +0000 (13:23 -0800)
committerRob Pike <r@golang.org>
Mon, 19 Dec 2011 21:23:27 +0000 (13:23 -0800)
They're out of date, a pain to maintain, and most of the material
is better served by the Go Tour.

Fixes #2101.

R=golang-dev, rsc, r, adg
CC=golang-dev
https://golang.org/cl/5489053

doc/GoCourseDay1.pdf [deleted file]
doc/GoCourseDay2.pdf [deleted file]
doc/GoCourseDay3.pdf [deleted file]
doc/docs.html
doc/go_tutorial.html
doc/go_tutorial.tmpl

diff --git a/doc/GoCourseDay1.pdf b/doc/GoCourseDay1.pdf
deleted file mode 100644 (file)
index 5a7749c..0000000
Binary files a/doc/GoCourseDay1.pdf and /dev/null differ
diff --git a/doc/GoCourseDay2.pdf b/doc/GoCourseDay2.pdf
deleted file mode 100644 (file)
index 0d82ba4..0000000
Binary files a/doc/GoCourseDay2.pdf and /dev/null differ
diff --git a/doc/GoCourseDay3.pdf b/doc/GoCourseDay3.pdf
deleted file mode 100644 (file)
index 5a5463b..0000000
Binary files a/doc/GoCourseDay3.pdf and /dev/null differ
index d0e470bf2e785b920a7dc47c9d9d9da9125626dc..4a1cf049b1b3bec36bbb73af859ba977d926ed0f 100644 (file)
@@ -33,17 +33,6 @@ concepts: syntax, types, allocation, constants, I/O, sorting, printing,
 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>
-<li><a href="GoCourseDay2.pdf">Day 2: Types, Methods, Interfaces</a> <small>[270KB PDF]</small></li>
-<li><a href="GoCourseDay3.pdf">Day 3: Concurrency and Communication</a> <small>[180KB PDF]</small></li>
-</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.
index f7e4e7b821b146caa245df9dc5296558058ba46c..d97ebe8ba4f79ada5d5545ed0a1a9ca62932ce42 100644 (file)
@@ -15,11 +15,8 @@ After you've read this tutorial, you should look at
 <a href='/doc/effective_go.html'>Effective Go</a>,
 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.
-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>.
+An interactive introduction to Go is available, called
+<a href='http://tour.golang.org/'>A Tour of Go</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 b07a1984041c73c0a22f18622ed3e0f8fa11e343..ff3057b6efb11d2fac1ec511b0fbf4e7da54fa9c 100644 (file)
@@ -11,11 +11,8 @@ After you've read this tutorial, you should look at
 <a href='/doc/effective_go.html'>Effective Go</a>,
 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.
-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>.
+An interactive introduction to Go is available, called
+<a href='http://tour.golang.org/'>A Tour of Go</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