aboutsummaryrefslogtreecommitdiff
path: root/doc/go_tutorial.html
AgeCommit message (Expand)Author
2012-02-28tutorial: deleteRob Pike
2012-02-17os: delete os.EINVAL and so onRob Pike
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
2012-01-09doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand
2012-01-06doc: trim spaces from code snippetsAndrew Gerrand
2011-12-19doc: delete go course notesRob Pike
2011-12-11doc/go_tutorial: make clear the file example is Unix-specificRob Pike
2011-12-08tmpltohtml: put a DO NOT EDIT mark automatically in the outputRob Pike
2011-12-02doc: do not slice array literalRuss Cox
2011-11-22tutorial: update go_tutorial.htmlRob Pike
2011-11-10tutorial: describe unidirectional channelsRob Pike
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-11-01tutorial,effective_go: prepare for error changeRob Pike
2011-10-10doc: fix tutorial and Makefile PATH without dotAndrew Gerrand
2011-10-03doc: update tutorial.Rob Pike
2011-07-13go_tutorial: change the way it's generated.Rob Pike
2011-07-09tutorial: remove all line numbers and references to them.Rob Pike
2011-07-04docs: fold the prog.sh scripting from makehtml into htmlgen itself.Rob Pike
2011-06-11sort: change IntArray etc. to IntSlice for better name hygiene.Rob Pike
2011-06-10docs: Update notes for 3-day Go course.Rob Pike
2011-06-06doc: don't insert paragraphs inside pre blocksAndrew Gerrand
2011-05-25docs: remove some prose-unworthy empty parentheses.Rob Pike
2011-04-27tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike
2011-04-18tutorial: modernize the definition and use of Open.Rob Pike
2011-02-14tutorial: rework the introduction to give "Effective Go"Rob Pike
2011-01-19docs: float->float64 plus a couple of other tweaks.Rob Pike
2011-01-18tutorial: make stdin, stdout, stderr work on Windows.Rob Pike
2010-12-09tutorial: a couple of minor fixes.Rob Pike
2010-10-21go_tutorial: change wording slightly and sync .txt and .html post-gofmtAndrew Gerrand
2010-09-10doc/tutorial: update for slice changes.Rob Pike
2010-09-04tutorial: regenerate HTML to pick up change to progs/file.go.Rob Pike
2010-07-14tutorial: show how to compile helloworld3, which depends on ./fileRob Pike
2010-07-05doc/go_tutorial: mention order of compilationAndrew Gerrand
2010-06-14tutorial: update discussion of variadic functionsRob Pike
2010-06-05tutorial: fix one-word mistake in echo exampleRob Pike
2010-04-28go_tutorial: removed outdated use of semicolonsAndrew Gerrand
2009-12-16update tutorial.Rob Pike
2009-12-14fix naked < as reported by pwil3058@gmail.comRob Pike
2009-11-15fix some typos in the documentationRob Pike
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike
2009-11-12fix a couple of typos.Rob Pike
2009-11-08link the course slides from early in the tutorialRob Pike
2009-11-08Minor cleanups.Ian Lance Taylor
2009-11-07tutorial fixesRuss Cox
2009-11-01fixups in the tutorialRob Pike
2009-10-14excise some internal references.Russ Cox
2009-10-14add an entry in the lang faq about reference types.Rob Pike
2009-10-13bye-bye to old makehtml.Rob Pike
2009-10-13fix links in tutorialRob Pike
2009-10-13clean up the mess that copyright notices makeRob Pike