From 8652e6c371b8905498d3d314491d36c58d5f68d5 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Thu, 16 Jun 2011 11:08:30 +0200 Subject: Imported Upstream version 57.2 --- doc/GoCourseDay1.pdf | Bin 801121 -> 904237 bytes doc/GoCourseDay2.pdf | Bin 806917 -> 268707 bytes doc/GoCourseDay3.pdf | Bin 530749 -> 178003 bytes doc/devel/release.html | 1 + doc/docs.html | 13 ++++++++++++- doc/go_tutorial.html | 3 +-- doc/go_tutorial.txt | 3 +-- 7 files changed, 15 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/GoCourseDay1.pdf b/doc/GoCourseDay1.pdf index bae12d2ad..c2c8c4a7d 100644 Binary files a/doc/GoCourseDay1.pdf and b/doc/GoCourseDay1.pdf differ diff --git a/doc/GoCourseDay2.pdf b/doc/GoCourseDay2.pdf index d05486e30..0d82ba4d3 100644 Binary files a/doc/GoCourseDay2.pdf and b/doc/GoCourseDay2.pdf differ diff --git a/doc/GoCourseDay3.pdf b/doc/GoCourseDay3.pdf index 8f95806b2..5a5463ba2 100644 Binary files a/doc/GoCourseDay3.pdf and b/doc/GoCourseDay3.pdf differ diff --git a/doc/devel/release.html b/doc/devel/release.html index 8f28945ef..84ca622fa 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -162,6 +162,7 @@ For other uses, see the runtime/pprof document

Minor revisions

r57.1 fixes a nil pointer dereference in http.FormFile.

+

r57.2 fixes a use of uninitialized memory in programs that misuse goto.

r56 (released 2011/03/16)

diff --git a/doc/docs.html b/doc/docs.html index e8152bb35..d4e78446f 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. @@ -179,7 +190,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 c87254ecb..4470f2748 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 ab02baf2c..3e0b21d99 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. -- cgit v1.2.3