From: Andrew Gerrand Date: Wed, 29 Jun 2011 04:45:53 +0000 (+1000) Subject: [release-branch.r58] docs: Update notes for 3-day Go course. X-Git-Tag: release.r58~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ea0d7b65c098b6e02b8f32e06928aa4c72cace5;p=gostls13.git [release-branch.r58] docs: Update notes for 3-day Go course. ««« CL 4605041 / 71776ebc7416 docs: Update notes for 3-day Go course. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4605041 »»» R=golang-dev, r CC=golang-dev https://golang.org/cl/4657058 --- diff --git a/doc/GoCourseDay1.pdf b/doc/GoCourseDay1.pdf index bae12d2adc..6d884979a8 100644 Binary files a/doc/GoCourseDay1.pdf and b/doc/GoCourseDay1.pdf differ diff --git a/doc/GoCourseDay2.pdf b/doc/GoCourseDay2.pdf index d05486e308..0d82ba4d32 100644 Binary files a/doc/GoCourseDay2.pdf and b/doc/GoCourseDay2.pdf differ diff --git a/doc/GoCourseDay3.pdf b/doc/GoCourseDay3.pdf index 8f95806b2a..5a5463ba2b 100644 Binary files a/doc/GoCourseDay3.pdf and b/doc/GoCourseDay3.pdf differ diff --git a/doc/docs.html b/doc/docs.html index f6ff05c256..9fd3dcebed 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -23,6 +23,17 @@ 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. @@ -209,7 +220,7 @@ from Hoare’s 1978 paper to Go provides insight into how and why Go works as it does.

-

The Go frontend for GCC

+

The Go frontend for GCC

A description of the Go language frontend for gcc. Ian Lance Taylor's paper delivered at the GCC Summit 2010. diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index d200036b07..aa85134b37 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -10,8 +10,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: Day 1, Day 2, Day 3. diff --git a/doc/go_tutorial.txt b/doc/go_tutorial.txt index ebf58eca6c..513190ef2c 100644 --- a/doc/go_tutorial.txt +++ b/doc/go_tutorial.txt @@ -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: Day 1, Day 2, Day 3.