summaryrefslogtreecommitdiff
path: root/doc/codelab/wiki/index.html
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-76/+71
2010-06-01edit simple typosJoe Poirier1-3/+3
R=golang-dev, adg CC=golang-dev, rsc http://codereview.appspot.com/1426042 Committer: Andrew Gerrand <adg@golang.org>
2010-05-07codelab/wiki: fix typo in demo URLAndrew Gerrand1-1/+1
R=r CC=golang-dev http://codereview.appspot.com/1148041
2010-05-03codelab/wiki: switch edit/view, as they were backwardsAndrew Gerrand1-2/+2
Fixes issue 757. R=rsc CC=golang-dev http://codereview.appspot.com/1064041
2010-04-29codelab/index.html: a few typos.Andrey Mirtchovski1-3/+3
R=adg CC=golang-dev http://codereview.appspot.com/993042 Committer: Andrew Gerrand <adg@golang.org>
2010-04-29codelab/index.html "os" needs to be imported because os.Error is used almost ↵Andrey Mirtchovski1-3/+6
immediately Also, calling fmt, ioutil and os "builtin" is probably confusing. R=adg CC=golang-dev http://codereview.appspot.com/965045 Committer: Andrew Gerrand <adg@golang.org>
2010-04-28wiki codelab: typo fixAndrew Gerrand1-1/+1
noticed this as I was submitting the previous CL :( R=r CC=golang-dev http://codereview.appspot.com/989045
2010-04-28Wiki codelab, complete with tests.Andrew Gerrand1-0/+997
R=r, rsc, gri CC=golang-dev http://codereview.appspot.com/887045