aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Junqueira <yves.junqueira@gmail.com>2010-11-23 10:43:16 +1100
committerAndrew Gerrand <adg@golang.org>2010-11-23 10:43:16 +1100
commitde3a3976153a75ae00bbbdff9acb6624e9159702 (patch)
treebcda5eb89a0389003a21f8182aa96a452b2ffa8e
parent52c23f300972fefdb7cbc57eadbc524afeea0cf5 (diff)
downloadgo-de3a3976153a75ae00bbbdff9acb6624e9159702.tar.gz
go-de3a3976153a75ae00bbbdff9acb6624e9159702.zip
doc: add link to codewalks.
Fixes #1281. R=adg CC=golang-dev https://golang.org/cl/3150041
-rw-r--r--doc/docs.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 6643b2095e..9ffa0220ce 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -47,6 +47,11 @@ application. It touches on structs, methods, file I/O, http, regular expressions
and closures.
</p>
+<h3 id="codewalks"><a href="codewalk/">Codewalks</a></h3>
+<p>
+Guided tours of Go programs.
+</p>
+
<h3 id="go_for_cpp_programmers"><a href="go_for_cpp_programmers.html">Go for C++ Programmers</a></h3>
<p>
An introduction to Go for C++ programmers.