summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: consolidate FAQs into a single file, go_faq.htmlAndrew Gerrand2010-09-294-887/+792
* go spec: clarifications for range clauseRobert Griesemer2010-09-281-53/+70
* gc: fix reflect table method receiverRuss Cox2010-09-281-1/+1
* go_spec: EOF may insert a semicolonRobert Griesemer2010-09-271-2/+2
* go spec: ... changesRobert Griesemer2010-09-241-19/+30
* release.2010-09-22weekly.2010-09-22Andrew Gerrand2010-09-231-0/+50
* build: make all.bash run on Ubuntu ARMRuss Cox2010-09-221-4/+4
* doc: variable-width layoutAndrew Gerrand2010-09-223-50/+86
* doc: fix typo in go_spec.htmlJoe Poirier2010-09-201-1/+1
* doc/go_mem.html: update location of "once".Rob Pike2010-09-201-2/+4
* doc: fix typo in go_for_cpp_programmers.htmlAndrew Gerrand2010-09-171-1/+1
* release.2010-09-15weekly.2010-09-15Andrew Gerrand2010-09-161-0/+86
* golang.org redesignAndrew Gerrand2010-09-1625-519/+629
* doc: fix typo in Programming FAQAndrew Gerrand2010-09-141-1/+1
* doc/tutorial: update for slice changes.Rob Pike2010-09-105-66/+78
* go_spec: consistent use of 'low', 'high' in slices sectionRobert Griesemer2010-09-071-7/+13
* spec: Allow omission of low slice boundScott Lawrence2010-09-071-7/+10
* go_spec: fix typo (pointed out by Hiroshi Iwatani)Robert Griesemer2010-09-071-2/+2
* release.2010-09-06weekly.2010-09-06Andrew Gerrand2010-09-071-1/+71
* tutorial: regenerate HTML to pick up change to progs/file.go.Rob Pike2010-09-041-4/+4
* go spec clarification: arrays must be addressable to be sliceableRobert Griesemer2010-09-021-3/+3
* spec: delete spurious space (missed fix from previous review)Rob Pike2010-09-011-1/+1
* spec: fix a couple of tiny glitchesRob Pike2010-09-011-6/+6
* doc: add round-robin flag to io2010 balance example.Nigel Tao2010-08-311-2/+6
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-303-18/+11
* doc: various changes for validating HTMLScott Lawrence2010-08-305-8/+7
* Documentation: Fix a bug in the example in Constants subsectionJames Fysh2010-08-281-9/+12
* doc: fix margins in root.htmlAndrew Gerrand2010-08-272-2/+1
* doc: remove console.log line from root.htmlAndrew Gerrand2010-08-271-1/+0
* doc: fix wiki codelab title and srcextract.goAndrew Gerrand2010-08-273-13/+3
* doc/go_learning: add links to more German docsAndrew Gerrand2010-08-261-2/+12
* release.2010-08-25weekly.2010-08-25Andrew Gerrand2010-08-251-2/+71
* build: update, streamline documentation for new $GOBINRuss Cox2010-08-241-177/+167
* effective go: fix errors caught by HaWeRob Pike2010-08-241-5/+7
* doc: Update gccgo information for recent changes.Ian Lance Taylor2010-08-232-19/+15
* doc: add missing paren (pointed out by nbjoerg)Christopher Wedgwood2010-08-191-1/+1
* build: no required environment variablesRuss Cox2010-08-185-21/+63
* spec: delete erroneous word 'pointer' in specification of select.Rob Pike2010-08-161-1/+1
* spec: trivial syntax fixStephen Ma2010-08-141-1/+1