Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -16/+16 | |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -2/+1 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -5/+19 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -3/+6 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -8/+14 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -33/+44 | |
2010-06-14 | tutorial: update discussion of variadic functions | Rob Pike | 1 | -7/+12 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1677042 | |||||
2010-06-05 | tutorial: fix one-word mistake in echo example | Rob Pike | 1 | -1/+1 | |
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1567041 | |||||
2010-04-28 | go_tutorial: removed outdated use of semicolons | Andrew Gerrand | 1 | -21/+21 | |
R=r CC=golang-dev http://codereview.appspot.com/1013042 | |||||
2009-12-16 | update tutorial. | Rob Pike | 1 | -18/+30 | |
R=rsc CC=golang-dev http://codereview.appspot.com/179063 | |||||
2009-12-14 | fix naked < as reported by pwil3058@gmail.com | Rob Pike | 1 | -1/+1 | |
R=rsc CC=pwil3058 http://codereview.appspot.com/174087 | |||||
2009-11-15 | fix some typos in the documentation | Rob Pike | 1 | -1/+1 | |
Fixes issue 196. R=rsc http://codereview.appspot.com/154152 | |||||
2009-11-13 | fix typo | Rob Pike | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/152128 | |||||
2009-11-12 | add a paragraph about semicolons to the tutorial. | Rob Pike | 1 | -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-12 | fix a couple of typos. | Rob Pike | 1 | -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-08 | link the course slides from early in the tutorial | Rob Pike | 1 | -0/+4 | |
R=rsc CC=go-dev http://go/go-review/1026031 | |||||
2009-11-08 | Minor cleanups. | Ian Lance Taylor | 1 | -23/+29 | |
These are all fairly trivial and may be ignored. R=r CC=go-dev http://go/go-review/1024025 | |||||
2009-11-07 | tutorial fixes | Russ Cox | 1 | -55/+49 | |
R=r CC=go-dev http://go/go-review/1024014 | |||||
2009-11-01 | fixups in the tutorial | Rob Pike | 1 | -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-14 | add an entry in the lang faq about reference types. | Rob Pike | 1 | -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-13 | bye-bye to old makehtml. | Rob Pike | 1 | -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-13 | fix links in tutorial | Rob Pike | 1 | -11/+3 | |
R=rsc DELTA=30 (0 added, 22 deleted, 8 changed) OCL=35694 CL=35697 | |||||
2009-10-13 | clean up the mess that copyright notices make | Rob Pike | 1 | -20/+20 | |
R=rsc DELTA=555 (92 added, 38 deleted, 425 changed) OCL=35691 CL=35693 | |||||
2009-10-13 | align the tutorial with the renaming of SortInterface. | Rob Pike | 1 | -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-01 | replace "ideal" with "untyped" | Robert Griesemer | 1 | -3/+3 | |
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35242 CL=35258 | |||||
2009-09-23 | process tutorial into new format | Rob Pike | 1 | -8/+2 | |
R=rsc DELTA=161 (57 added, 56 deleted, 48 changed) OCL=34926 CL=34929 | |||||
2009-08-13 | update tutorial | Rob Pike | 1 | -17/+22 | |
R=rsc DELTA=30 (5 added, 0 deleted, 25 changed) OCL=33138 CL=33170 | |||||
2009-05-08 | update tutorial text to refer to io.Reader etc. | Rob Pike | 1 | -15/+10 | |
R=rsc DELTA=15 (0 added, 5 deleted, 10 changed) OCL=28526 CL=28532 | |||||
2009-04-15 | update tutorial for new slicing rules. | Rob Pike | 1 | -7/+13 | |
R=rsc DELTA=13 (6 added, 0 deleted, 7 changed) OCL=27539 CL=27541 | |||||
2009-03-18 | remove print() from the tutorial, generating a little clumsiness around "import" | Rob Pike | 1 | -30/+28 | |
R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491 | |||||
2009-03-16 | change the tutorial to use File, file rather than FD, fd. | Rob Pike | 1 | -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-08 | a few small cleanups | Rob Pike | 1 | -1/+1 | |
R=rsc DELTA=21 (2 added, 2 deleted, 17 changed) OCL=24638 CL=24654 | |||||
2009-02-04 | a few tweaks triggered by tgs's comments | Rob Pike | 1 | -20/+44 | |
DELTA=46 (25 added, 1 deleted, 20 changed) OCL=24342 CL=24354 | |||||
2009-01-30 | clean up server code in tutorial | Rob Pike | 1 | -1/+1 | |
R=rsc DELTA=15 (1 added, 0 deleted, 14 changed) OCL=23889 CL=23889 | |||||
2009-01-20 | update tutorial for new export scheme | Rob Pike | 1 | -67/+76 | |
R=ken,rsc DELTA=101 (9 added, 0 deleted, 92 changed) OCL=23174 CL=23188 | |||||
2009-01-09 | update tutorial to new language. | Rob Pike | 1 | -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-29 | fix some typos, mostly | Rob Pike | 1 | -3/+5 | |
R=gri OCL=16161 CL=16161 | |||||
2008-09-22 | Correct two web links, add missing semicolon after <. | Ian Lance Taylor | 1 | -2/+2 | |
R=r DELTA=3 (0 added, 0 deleted, 3 changed) OCL=15619 CL=15624 | |||||
2008-09-16 | update to new communications syntax | Rob Pike | 1 | -6/+3 | |
R=gri OCL=15417 CL=15417 | |||||
2008-09-16 | section on service multiplexing | Rob Pike | 1 | -6/+59 | |
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398 | |||||
2008-09-16 | replace 235 with sieve - less problematic | Rob Pike | 1 | -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-15 | develop interfaces through cats | Rob Pike | 1 | -1/+240 | |
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352 | |||||
2008-09-12 | next section: i/o package that has structs, methods | Rob Pike | 1 | -3/+70 | |
R=gri DELTA=137 (134 added, 0 deleted, 3 changed) OCL=15251 CL=15259 | |||||
2008-09-11 | add sections about types and constants | Rob Pike | 1 | -9/+109 | |
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143 | |||||
2008-09-10 | growing the tutorial | Rob Pike | 1 | -5/+119 | |
R=gri OCL=15115 CL=15115 | |||||
2008-09-10 | - stub for tutorial | Rob Pike | 1 | -0/+21 | |
- tools to make it easy to embed programs R=gri DELTA=103 (97 added, 2 deleted, 4 changed) OCL=15085 CL=15085 |