diff options
Diffstat (limited to 'doc/go_tutorial.txt')
-rw-r--r-- | doc/go_tutorial.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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: <a href='/doc/GoCourseDay1.pdf'>Day 1</a>, <a href='/doc/GoCourseDay2.pdf'>Day 2</a>, <a href='/doc/GoCourseDay3.pdf'>Day 3</a>. |