This commit is contained in:
Mark McGranaghan 2012-10-09 20:45:50 -07:00
parent b27d41ed78
commit 35739583a2

View File

@ -20,15 +20,15 @@
<h2>Go by Example</h2> <h2>Go by Example</h2>
<p> <p>
<a href="http://golang.org">Go</a> is an <a href="http://golang.org">Go</a> is an
open-source programming language designed for open source programming language designed for
building simple, fast, and reliable software. building simple, fast, and reliable software.
</p> </p>
<p> <p>
This site is a hands-on introduction to Go. We This site is a hands-on introduction to Go.
believe that programmers learn to program by Programmers learn to program by reading and
writing programs, so <em>Go by Example</em> writing programs, so <em>Go by Example</em>
teaches Go with working example programs. Each teaches Go with example programs. Each
example gives you a new tool for writing your own example gives you a new tool for writing your own
Go code: Go code:
</p> </p>