summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/install: describe GOHOSTOS and GOHOSTARCHAndrew Gerrand2010-12-051-3/+19
* godoc: add separators between quick reference topicsAndrew Gerrand2010-12-031-0/+3
* release.2010-12-02weekly.2010-12-02Andrew Gerrand2010-12-031-0/+61
* doc: add gofrontend paper to talks/ and docs.htmlAndrew Gerrand2010-12-032-0/+6
* doc: add Practical Go Programming to front page and docs.htmlAndrew Gerrand2010-12-034-1/+12
* go_spec: fixed a couple omissions/type errorsRobert Griesemer2010-12-021-19/+20
* roadmap: update gdb statusRob Pike2010-12-011-4/+6
* Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus2010-12-011-1/+1
* doc/code.html: fix reference to "gomake build"Anschel Schaffer-Cohen2010-11-291-1/+1
* doc: fix docs typosPeter Mundy2010-11-291-2/+2
* release.2010-11-23weekly.2010-11-23Andrew Gerrand2010-11-241-0/+32
* doc: add link to codewalks.Yves Junqueira2010-11-231-0/+5
* Documentation: how to write Makefiles for commands.Yves Junqueira2010-11-231-0/+26
* Fixed recover() documentation.Anschel Schaffer-Cohen2010-11-121-0/+1
* release step 1weekly.2010-11-10Rob Pike2010-11-101-0/+30
* doc: fix go_spec spelling errorsPeter Mundy2010-11-091-5/+5
* doc: fix go_spec spelling errorPeter Mundy2010-11-091-1/+1
* doc/codewalk: update for changes in log packageAndrey Mirtchovski2010-11-081-3/+3
* doc: make root.html's blog section less cluttered.Nigel Tao2010-11-051-1/+1
* go spec: line comments may end in EOFRobert Griesemer2010-11-041-2/+2
* Effective Go: correct error in recent edit: "..." is in call to Sprintln, not...Rob Pike2010-11-031-1/+1
* release.2010-11-02weekly.2010-11-02Andrew Gerrand2010-11-031-0/+37
* Effective Go: append and a few words about ...Rob Pike2010-11-011-0/+50
* go spec: append is now implementedRobert Griesemer2010-10-291-6/+2
* release.2010-10-27Andrew Gerrand2010-10-281-0/+69
* go spec: clarify return type of append, argument type for ...T parametersRobert Griesemer2010-10-271-7/+8
* go spec: note re: append() not being implemented yetRobert Griesemer2010-10-261-1/+6
* install doc: arm is a little betterRuss Cox2010-10-261-2/+5
* doc: update roadmapAndrew Gerrand2010-10-261-1/+1
* doc: update roadmapAndrew Gerrand2010-10-261-10/+37
* go spec: append built-inRobert Griesemer2010-10-251-4/+32
* go_spec: allow copy() to copy bytes from a string into a []byteRobert Griesemer2010-10-251-5/+11
* go spec: relaxed syntax for array, slice, and map composite literalsRobert Griesemer2010-10-221-3/+15
* playground: s/it/this/Andrew Gerrand2010-10-221-1/+1
* go_tutorial: change wording slightly and sync .txt and .html post-gofmtAndrew Gerrand2010-10-212-6/+6
* release.2010-10-20weekly.2010-10-20Andrew Gerrand2010-10-211-0/+36
* fix bug in example. need to convert Value to float in Abs exampleRob Pike2010-10-181-0/+0
* release.2010-10-13.1weekly.2010-10-13.1Andrew Gerrand2010-10-151-2/+5
* doc: add The Expressiveness of Go talk to docs.htmlAndrew Gerrand2010-10-142-0/+7
* release.2010-10-13weekly.2010-10-13Andrew Gerrand2010-10-141-0/+73
* Effective Go: update examples to use new logging interface.Rob Pike2010-10-121-9/+9
* doc: add Sydney University video, fix hlint warningsAndrew Gerrand2010-10-131-2/+7
* playground.html: filesystem is not a word.Rob Pike2010-10-061-1/+1
* gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox2010-09-301-13/+10
* release.2010-09-29weekly.2010-09-29Andrew Gerrand2010-09-301-0/+84
* doc: add to and consolidate non-english doc referencesAndrew Gerrand2010-09-301-16/+16
* doc: update http handler usage for new signatureStephen Ma2010-09-3010-152/+152
* doc: faq updates part oneAndrew Gerrand2010-09-301-20/+27
* install.html: minor sentence fixRobert Griesemer2010-09-291-1/+1
* Effective Go: update for new http interface.Rob Pike2010-09-291-15/+24