summaryrefslogtreecommitdiff
path: root/doc/go_tutorial.html
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1454/+0
2011-10-06Imported Upstream version 60.2upstream/60.2Ondřej Surý1-3/+2
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1455
2011-09-13Imported Upstream version 60Ondřej Surý1-1455/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-524/+525
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-43/+43
2011-06-16Imported Upstream version 57.2upstream/57.2Ondřej Surý1-2/+1
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-67/+98
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-8/+11
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-11/+17
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-48/+61
2010-06-14tutorial: update discussion of variadic functionsRob Pike1-8/+13
R=rsc CC=golang-dev http://codereview.appspot.com/1677042
2010-06-05tutorial: fix one-word mistake in echo exampleRob Pike1-1/+1
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1567041
2010-04-28go_tutorial: removed outdated use of semicolonsAndrew Gerrand1-23/+23
R=r CC=golang-dev http://codereview.appspot.com/1013042
2009-12-16update tutorial.Rob Pike1-167/+184
R=rsc CC=golang-dev http://codereview.appspot.com/179063
2009-12-14fix naked < as reported by pwil3058@gmail.comRob Pike1-1/+1
R=rsc CC=pwil3058 http://codereview.appspot.com/174087
2009-11-15fix some typos in the documentationRob Pike1-2/+2
Fixes issue 196. R=rsc http://codereview.appspot.com/154152
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike1-1/+12
fix a typo caught by kakugawa@gmail.com Fixes issue 92. R=rsc CC=golang-dev http://codereview.appspot.com/152105
2009-11-12fix a couple of typos.Rob Pike1-2/+20
add a mention of range to the tutorial. change tutorial's title. R=rsc CC=golang-dev http://codereview.appspot.com/152098
2009-11-08link the course slides from early in the tutorialRob Pike1-0/+4
R=rsc CC=go-dev http://go/go-review/1026031
2009-11-08Minor cleanups.Ian Lance Taylor1-23/+29
These are all fairly trivial and may be ignored. R=r CC=go-dev http://go/go-review/1024025
2009-11-07tutorial fixesRuss Cox1-59/+53
R=r CC=go-dev http://go/go-review/1024014
2009-11-01fixups in the tutorialRob Pike1-36/+68
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
2009-10-14excise some internal references.Russ Cox1-1/+1
R=r DELTA=209 (65 added, 114 deleted, 30 changed) OCL=35718 CL=35721
2009-10-14add an entry in the lang faq about reference types.Rob Pike1-17/+13
remove a mention of sawzall in the tutorial. R=rsc DELTA=36 (14 added, 4 deleted, 18 changed) OCL=35717 CL=35719
2009-10-13bye-bye to old makehtml.Rob Pike1-31/+32
go can do the job just fine. R=rsc DELTA=290 (209 added, 13 deleted, 68 changed) OCL=35699 CL=35699
2009-10-13fix links in tutorialRob Pike1-17/+3
R=rsc DELTA=30 (0 added, 22 deleted, 8 changed) OCL=35694 CL=35697
2009-10-13clean up the mess that copyright notices makeRob Pike1-426/+404
R=rsc DELTA=555 (92 added, 38 deleted, 425 changed) OCL=35691 CL=35693
2009-10-13align the tutorial with the renaming of SortInterface.Rob Pike1-6/+8
fix a bug in makehtml - was deleting the output! R=rsc DELTA=11 (2 added, 0 deleted, 9 changed) OCL=35672 CL=35674
2009-10-01Factored out boilerplate from all html docs in doc directory:Robert Griesemer1-9/+3
- the first HTML comment in those files is extracted as page title when serving them - lib/godoc.html is top-level template for all pages served - experimented a bit with package documentation layout (feedback welcome) - various related cleanups TODO: - The / page (doc/root.html) content repeats links that are in the navigation bar. It needs to be cleaned up. R=rsc DELTA=826 (86 added, 692 deleted, 48 changed) OCL=35230 CL=35245
2009-09-23process tutorial into new formatRob Pike1-9/+9
R=rsc DELTA=161 (57 added, 56 deleted, 48 changed) OCL=34926 CL=34929
2009-09-17check in the generated html for the tutorial so godoc can serve itRob Pike1-0/+1358
DELTA=1444 (1444 added, 0 deleted, 0 changed) OCL=34760 CL=34762