summaryrefslogtreecommitdiff
path: root/doc/go_tutorial.txt
Commit message (Expand)AuthorAgeFilesLines
* go_tutorial: change the way it's generated.Rob Pike2011-07-131-932/+0
* tutorial: remove all line numbers and references to them.Rob Pike2011-07-091-11/+9
* docs: fold the prog.sh scripting from makehtml into htmlgen itself.Rob Pike2011-07-041-56/+52
* sort: change IntArray etc. to IntSlice for better name hygiene.Rob Pike2011-06-111-1/+1
* docs: Update notes for 3-day Go course.Rob Pike2011-06-101-2/+1
* docs: remove some prose-unworthy empty parentheses.Rob Pike2011-05-251-16/+16
* tutorial: modernize the definition and use of Open.Rob Pike2011-04-181-5/+19
* tutorial: rework the introduction to give "Effective Go"Rob Pike2011-02-141-3/+6
* docs: float->float64 plus a couple of other tweaks.Rob Pike2011-01-191-7/+13
* tutorial: update go_tutorial.txtRob Pike2011-01-181-1/+1
* go_tutorial: change wording slightly and sync .txt and .html post-gofmtAndrew Gerrand2010-10-211-1/+1
* doc/tutorial: update for slice changes.Rob Pike2010-09-101-25/+30
* tutorial: show how to compile helloworld3, which depends on ./fileRob Pike2010-07-141-7/+13
* tutorial: update discussion of variadic functionsRob Pike2010-06-141-7/+12
* tutorial: fix one-word mistake in echo exampleRob Pike2010-06-051-1/+1
* go_tutorial: removed outdated use of semicolonsAndrew Gerrand2010-04-281-21/+21
* update tutorial.Rob Pike2009-12-161-18/+30
* fix naked < as reported by pwil3058@gmail.comRob Pike2009-12-141-1/+1
* fix some typos in the documentationRob Pike2009-11-151-1/+1
* fix typoRob Pike2009-11-131-1/+1
* add a paragraph about semicolons to the tutorial.Rob Pike2009-11-121-0/+11
* fix a couple of typos.Rob Pike2009-11-121-2/+16
* link the course slides from early in the tutorialRob Pike2009-11-081-0/+4
* Minor cleanups.Ian Lance Taylor2009-11-081-23/+29
* tutorial fixesRuss Cox2009-11-071-55/+49
* fixups in the tutorialRob Pike2009-11-011-24/+53
* add an entry in the lang faq about reference types.Rob Pike2009-10-141-5/+5
* bye-bye to old makehtml.Rob Pike2009-10-131-7/+11
* fix links in tutorialRob Pike2009-10-131-11/+3
* clean up the mess that copyright notices makeRob Pike2009-10-131-20/+20
* align the tutorial with the renaming of SortInterface.Rob Pike2009-10-131-3/+3
* replace "ideal" with "untyped"Robert Griesemer2009-10-011-3/+3
* process tutorial into new formatRob Pike2009-09-231-8/+2
* update tutorialRob Pike2009-08-131-17/+22
* update tutorial text to refer to io.Reader etc.Rob Pike2009-05-081-15/+10
* update tutorial for new slicing rules.Rob Pike2009-04-151-7/+13
* remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike2009-03-181-30/+28
* change the tutorial to use File, file rather than FD, fd.Rob Pike2009-03-161-31/+31
* a few small cleanupsRob Pike2009-02-081-1/+1
* a few tweaks triggered by tgs's commentsRob Pike2009-02-041-20/+44
* clean up server code in tutorialRob Pike2009-01-301-1/+1
* update tutorial for new export schemeRob Pike2009-01-201-67/+76
* update tutorial to new language.Rob Pike2009-01-091-72/+293
* fix some typos, mostlyRob Pike2008-09-291-3/+5
* Correct two web links, add missing semicolon after &lt.Ian Lance Taylor2008-09-221-2/+2
* update to new communications syntaxRob Pike2008-09-161-6/+3
* section on service multiplexingRob Pike2008-09-161-6/+59
* replace 235 with sieve - less problematicRob Pike2008-09-161-76/+65
* develop interfaces through catsRob Pike2008-09-151-1/+240
* next section: i/o package that has structs, methodsRob Pike2008-09-121-3/+70