From: Rob Pike Date: Mon, 19 Dec 2011 21:23:27 +0000 (-0800) Subject: doc: delete go course notes X-Git-Tag: weekly.2011-12-22~118 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c99f4f5bf648217987859d8afa0bd6eac8f74ae4;p=gostls13.git doc: delete go course notes 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 --- diff --git a/doc/GoCourseDay1.pdf b/doc/GoCourseDay1.pdf deleted file mode 100644 index 5a7749c18e..0000000000 Binary files a/doc/GoCourseDay1.pdf and /dev/null differ diff --git a/doc/GoCourseDay2.pdf b/doc/GoCourseDay2.pdf deleted file mode 100644 index 0d82ba4d32..0000000000 Binary files a/doc/GoCourseDay2.pdf and /dev/null differ diff --git a/doc/GoCourseDay3.pdf b/doc/GoCourseDay3.pdf deleted file mode 100644 index 5a5463ba2b..0000000000 Binary files a/doc/GoCourseDay3.pdf and /dev/null differ diff --git a/doc/docs.html b/doc/docs.html index d0e470bf2e..4a1cf049b1 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -33,17 +33,6 @@ concepts: syntax, types, allocation, constants, I/O, sorting, printing, goroutines, and channels.

-

Course Notes

-

-Slides from a 3-day course about the Go programming language. -A more thorough introduction than the tutorial. -

- -

Effective Go

A document that gives tips for writing clear, idiomatic Go code. diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index f7e4e7b821..d97ebe8ba4 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -15,11 +15,8 @@ After you've read this tutorial, you should look at Effective Go, 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: -Day 1, -Day 2, -Day 3. +An interactive introduction to Go is available, called +A Tour of Go.

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 diff --git a/doc/go_tutorial.tmpl b/doc/go_tutorial.tmpl index b07a198404..ff3057b6ef 100644 --- a/doc/go_tutorial.tmpl +++ b/doc/go_tutorial.tmpl @@ -11,11 +11,8 @@ After you've read this tutorial, you should look at Effective Go, 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: -Day 1, -Day 2, -Day 3. +An interactive introduction to Go is available, called +A Tour of Go.

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