aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-11-03release.2010-11-02weekly.2010-11-02Andrew Gerrand
2010-11-01Effective Go: append and a few words about ...Rob Pike
2010-10-29go spec: append is now implementedRobert Griesemer
2010-10-28release.2010-10-27Andrew Gerrand
2010-10-27go spec: clarify return type of append, argument type for ...T parametersRobert Griesemer
2010-10-26go spec: note re: append() not being implemented yetRobert Griesemer
2010-10-26install doc: arm is a little betterRuss Cox
2010-10-26doc: update roadmapAndrew Gerrand
2010-10-26doc: update roadmapAndrew Gerrand
2010-10-25go spec: append built-inRobert Griesemer
2010-10-25go_spec: allow copy() to copy bytes from a string into a []byteRobert Griesemer
2010-10-22go spec: relaxed syntax for array, slice, and map composite literalsRobert Griesemer
2010-10-22playground: s/it/this/Andrew Gerrand
2010-10-21go_tutorial: change wording slightly and sync .txt and .html post-gofmtAndrew Gerrand
2010-10-21release.2010-10-20weekly.2010-10-20Andrew Gerrand
2010-10-18fix bug in example. need to convert Value to float in Abs exampleRob Pike
2010-10-15release.2010-10-13.1weekly.2010-10-13.1Andrew Gerrand
2010-10-14doc: add The Expressiveness of Go talk to docs.htmlAndrew Gerrand
2010-10-14release.2010-10-13weekly.2010-10-13Andrew Gerrand
2010-10-12Effective Go: update examples to use new logging interface.Rob Pike
2010-10-13doc: add Sydney University video, fix hlint warningsAndrew Gerrand
2010-10-06playground.html: filesystem is not a word.Rob Pike
2010-09-30gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox
2010-09-30release.2010-09-29weekly.2010-09-29Andrew Gerrand
2010-09-30doc: add to and consolidate non-english doc referencesAndrew Gerrand
2010-09-30doc: update http handler usage for new signatureStephen Ma
2010-09-30doc: faq updates part oneAndrew Gerrand
2010-09-29install.html: minor sentence fixRobert Griesemer
2010-09-29Effective Go: update for new http interface.Rob Pike
2010-09-29doc: consolidate FAQs into a single file, go_faq.htmlAndrew Gerrand
2010-09-28go spec: clarifications for range clauseRobert Griesemer
2010-09-28gc: fix reflect table method receiverRuss Cox
2010-09-27go_spec: EOF may insert a semicolonRobert Griesemer
2010-09-24go spec: ... changesRobert Griesemer
2010-09-23release.2010-09-22weekly.2010-09-22Andrew Gerrand
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-22doc: variable-width layoutAndrew Gerrand
2010-09-20doc: fix typo in go_spec.htmlJoe Poirier
2010-09-20doc/go_mem.html: update location of "once".Rob Pike
2010-09-17doc: fix typo in go_for_cpp_programmers.htmlAndrew Gerrand
2010-09-16release.2010-09-15weekly.2010-09-15Andrew Gerrand
2010-09-16golang.org redesignAndrew Gerrand
2010-09-14doc: fix typo in Programming FAQAndrew Gerrand
2010-09-10doc/tutorial: update for slice changes.Rob Pike
2010-09-07go_spec: consistent use of 'low', 'high' in slices sectionRobert Griesemer
2010-09-07spec: Allow omission of low slice boundScott Lawrence
2010-09-07go_spec: fix typo (pointed out by Hiroshi Iwatani)Robert Griesemer
2010-09-07release.2010-09-06weekly.2010-09-06Andrew Gerrand
2010-09-04tutorial: regenerate HTML to pick up change to progs/file.go.Rob Pike
2010-09-02go spec clarification: arrays must be addressable to be sliceableRobert Griesemer