From: Rob Pike Date: Mon, 9 Nov 2009 06:03:12 +0000 (-0800) Subject: link the course slides from early in the tutorial X-Git-Tag: weekly.2009-11-10~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d93dbcf9bcb1e255f284d450c0687991e5ae658;p=gostls13.git link the course slides from early in the tutorial R=rsc CC=go-dev http://go/go-review/1026031 --- diff --git a/doc/go_tutorial.html b/doc/go_tutorial.html index 61b706fcdb..77ceb35419 100644 --- a/doc/go_tutorial.html +++ b/doc/go_tutorial.html @@ -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 Effective Go, which digs deeper into how the language is used. +Also, slides from a 3-day course about Go are available: +Day 1, +Day 2, +Day 3.

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.txt b/doc/go_tutorial.txt index 3002568978..8e2effd33f 100644 --- a/doc/go_tutorial.txt +++ b/doc/go_tutorial.txt @@ -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 Effective Go, which digs deeper into how the language is used. +Also, slides from a 3-day course about Go are available: +Day 1, +Day 2, +Day 3. 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