summaryrefslogtreecommitdiff
path: root/doc/go_tutorial.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-3/+6
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-8/+14
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-33/+44
2010-06-14tutorial: update discussion of variadic functionsRob Pike1-7/+12
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-21/+21
R=r CC=golang-dev http://codereview.appspot.com/1013042
2009-12-16update tutorial.Rob Pike1-18/+30
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-1/+1
Fixes issue 196. R=rsc http://codereview.appspot.com/154152
2009-11-13fix typoRob Pike1-1/+1
R=rsc http://codereview.appspot.com/152128
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike1-0/+11
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/+16
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-55/+49
R=r CC=go-dev http://go/go-review/1024014
2009-11-01fixups in the tutorialRob Pike1-24/+53
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-14add an entry in the lang faq about reference types.Rob Pike1-5/+5
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-7/+11
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-11/+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-20/+20
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-3/+3
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-01replace "ideal" with "untyped"Robert Griesemer1-3/+3
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35242 CL=35258
2009-09-23process tutorial into new formatRob Pike1-8/+2
R=rsc DELTA=161 (57 added, 56 deleted, 48 changed) OCL=34926 CL=34929
2009-08-13update tutorialRob Pike1-17/+22
R=rsc DELTA=30 (5 added, 0 deleted, 25 changed) OCL=33138 CL=33170
2009-05-08update tutorial text to refer to io.Reader etc.Rob Pike1-15/+10
R=rsc DELTA=15 (0 added, 5 deleted, 10 changed) OCL=28526 CL=28532
2009-04-15update tutorial for new slicing rules.Rob Pike1-7/+13
R=rsc DELTA=13 (6 added, 0 deleted, 7 changed) OCL=27539 CL=27541
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike1-30/+28
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike1-31/+31
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
2009-02-08a few small cleanupsRob Pike1-1/+1
R=rsc DELTA=21 (2 added, 2 deleted, 17 changed) OCL=24638 CL=24654
2009-02-04a few tweaks triggered by tgs's commentsRob Pike1-20/+44
DELTA=46 (25 added, 1 deleted, 20 changed) OCL=24342 CL=24354
2009-01-30clean up server code in tutorialRob Pike1-1/+1
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889
2009-01-20update tutorial for new export schemeRob Pike1-67/+76
R=ken,rsc DELTA=101 (9 added, 0 deleted, 92 changed) OCL=23174 CL=23188
2009-01-09update tutorial to new language.Rob Pike1-72/+293
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2008-09-29fix some typos, mostlyRob Pike1-3/+5
R=gri OCL=16161 CL=16161
2008-09-22Correct two web links, add missing semicolon after &lt.Ian Lance Taylor1-2/+2
R=r DELTA=3 (0 added, 0 deleted, 3 changed) OCL=15619 CL=15624
2008-09-16update to new communications syntaxRob Pike1-6/+3
R=gri OCL=15417 CL=15417
2008-09-16section on service multiplexingRob Pike1-6/+59
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
2008-09-16replace 235 with sieve - less problematicRob Pike1-76/+65
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389
2008-09-15develop interfaces through catsRob Pike1-1/+240
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352
2008-09-12next section: i/o package that has structs, methodsRob Pike1-3/+70
R=gri DELTA=137 (134 added, 0 deleted, 3 changed) OCL=15251 CL=15259
2008-09-11add sections about types and constantsRob Pike1-9/+109
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143
2008-09-10growing the tutorialRob Pike1-5/+119
R=gri OCL=15115 CL=15115
2008-09-10- stub for tutorialRob Pike1-0/+21
- tools to make it easy to embed programs R=gri DELTA=103 (97 added, 2 deleted, 4 changed) OCL=15085 CL=15085