Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1454/+0 | |
2011-10-06 | Imported Upstream version 60.2upstream/60.2 | Ondřej Surý | 1 | -3/+2 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1455 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1455/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -524/+525 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -43/+43 | |
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 | -67/+98 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -8/+11 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -11/+17 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -48/+61 | |
2010-06-14 | tutorial: update discussion of variadic functions | Rob Pike | 1 | -8/+13 | |
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 | -23/+23 | |
R=r CC=golang-dev http://codereview.appspot.com/1013042 | |||||
2009-12-16 | update tutorial. | Rob Pike | 1 | -167/+184 | |
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 | -2/+2 | |
Fixes issue 196. R=rsc http://codereview.appspot.com/154152 | |||||
2009-11-12 | add a paragraph about semicolons to the tutorial. | Rob Pike | 1 | -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-12 | fix a couple of typos. | Rob Pike | 1 | -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-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 | -59/+53 | |
R=r CC=go-dev http://go/go-review/1024014 | |||||
2009-11-01 | fixups in the tutorial | Rob Pike | 1 | -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-14 | excise some internal references. | Russ Cox | 1 | -1/+1 | |
R=r DELTA=209 (65 added, 114 deleted, 30 changed) OCL=35718 CL=35721 | |||||
2009-10-14 | add an entry in the lang faq about reference types. | Rob Pike | 1 | -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-13 | bye-bye to old makehtml. | Rob Pike | 1 | -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-13 | fix links in tutorial | Rob Pike | 1 | -17/+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 | -426/+404 | |
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 | -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-01 | Factored out boilerplate from all html docs in doc directory: | Robert Griesemer | 1 | -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-23 | process tutorial into new format | Rob Pike | 1 | -9/+9 | |
R=rsc DELTA=161 (57 added, 56 deleted, 48 changed) OCL=34926 CL=34929 | |||||
2009-09-17 | check in the generated html for the tutorial so godoc can serve it | Rob Pike | 1 | -0/+1358 | |
DELTA=1444 (1444 added, 0 deleted, 0 changed) OCL=34760 CL=34762 |