aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2010-09-01spec: delete spurious space (missed fix from previous review)Rob Pike
2010-09-01spec: fix a couple of tiny glitchesRob Pike
2010-08-31doc: add round-robin flag to io2010 balance example.Nigel Tao
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-30doc: various changes for validating HTMLScott Lawrence
2010-08-28 Documentation: Fix a bug in the example in Constants subsectionJames Fysh
2010-08-27doc: fix margins in root.htmlAndrew Gerrand
2010-08-27doc: remove console.log line from root.htmlAndrew Gerrand
2010-08-27doc: fix wiki codelab title and srcextract.goAndrew Gerrand
2010-08-26doc/go_learning: add links to more German docsAndrew Gerrand
2010-08-25release.2010-08-25weekly.2010-08-25Andrew Gerrand
2010-08-24build: update, streamline documentation for new $GOBINRuss Cox
2010-08-24effective go: fix errors caught by HaWeRob Pike
2010-08-23doc: Update gccgo information for recent changes.Ian Lance Taylor
2010-08-19doc: add missing paren (pointed out by nbjoerg)Christopher Wedgwood
2010-08-18build: no required environment variablesRuss Cox
2010-08-16spec: delete erroneous word 'pointer' in specification of select.Rob Pike
2010-08-14spec: trivial syntax fixStephen Ma