summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-06-16 11:08:30 +0200
committerOndřej Surý <ondrej@sury.org>2011-06-16 11:08:30 +0200
commit8652e6c371b8905498d3d314491d36c58d5f68d5 (patch)
tree3d5ad7192ed8d0dd063bb7531ff9095dc6780588 /doc/docs.html
parentda195b66d4d4df70e6884c8743382a244757cd20 (diff)
downloadgolang-8652e6c371b8905498d3d314491d36c58d5f68d5.tar.gz
Imported Upstream version 57.2upstream/57.2
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html13
1 files changed, 12 insertions, 1 deletions
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.
</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><a href="GoCourseDay2.pdf">Day 2: Types, Methods, Interfaces</a> <small>[270KB PDF]</small>
+<li><a href="GoCourseDay3.pdf">Day 3: Concurrency and Communication</a> <small>[180KB PDF]</small>
+</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.
@@ -179,7 +190,7 @@ from Hoare’s 1978 paper to Go provides insight into how and why Go works as it
does.
</i></p>
-<h3 id="emerging_go"><a href="talks/gofrontend-gcc-summit-2010.pdf">The Go frontend for GCC</a></h3>
+<h3 id="go_frontend_gcc"><a href="talks/gofrontend-gcc-summit-2010.pdf">The Go frontend for GCC</a></h3>
<p>
A description of the Go language frontend for gcc.
Ian Lance Taylor's paper delivered at the GCC Summit 2010.