From: Yves Junqueira Date: Mon, 22 Nov 2010 23:43:16 +0000 (+1100) Subject: doc: add link to codewalks. X-Git-Tag: weekly.2010-11-23~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=de3a3976153a75ae00bbbdff9acb6624e9159702;p=gostls13.git doc: add link to codewalks. Fixes #1281. R=adg CC=golang-dev https://golang.org/cl/3150041 --- 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.

+

Codewalks

+

+Guided tours of Go programs. +

+

Go for C++ Programmers

An introduction to Go for C++ programmers.