summaryrefslogtreecommitdiff
path: root/doc/go_tutorial.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/go_tutorial.html
parentda195b66d4d4df70e6884c8743382a244757cd20 (diff)
downloadgolang-8652e6c371b8905498d3d314491d36c58d5f68d5.tar.gz
Imported Upstream version 57.2upstream/57.2
Diffstat (limited to 'doc/go_tutorial.html')
-rw-r--r--doc/go_tutorial.html3
1 files changed, 1 insertions, 2 deletions
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:
<a href='/doc/GoCourseDay1.pdf'>Day 1</a>,
<a href='/doc/GoCourseDay2.pdf'>Day 2</a>,
<a href='/doc/GoCourseDay3.pdf'>Day 3</a>.