1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:10:23 -07:00

doc: add link to codewalks.

Fixes #1281.

R=adg
CC=golang-dev
https://golang.org/cl/3150041
This commit is contained in:
Yves Junqueira 2010-11-23 10:43:16 +11:00 committed by Andrew Gerrand
parent 52c23f3009
commit de3a397615

View File

@ -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.