aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-07-02release.2010-07-01weekly.2010-07-01Andrew Gerrand
2010-06-30doc/codewalk: Share Memory By CommunicatingAndrew Gerrand
2010-06-21release.2010-06-21weekly.2010-06-21Andrew Gerrand
2010-06-21spec: struct tags must be identical for types to be identicalRuss Cox
2010-06-18Effective Go: minor change to correct a comment in an exampleRob Pike
2010-06-18Effective Go: panic and recoverRob Pike
2010-06-16Effective Go: add a section on defer.Rob Pike
2010-06-14Effective Go: update ... discussion.Rob Pike
2010-06-14tutorial: update discussion of variadic functionsRob Pike
2010-06-12spec: remove ... (keeping ...T)Russ Cox
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike
2010-06-09release.2010-06-09weekly.2010-06-09Andrew Gerrand
2010-06-08doc: add Google I/O talk and programsRuss Cox
2010-06-07go spec: rename "assignment compatible" -> "assignable"Robert Griesemer
2010-06-07go spec: clean-up and consolidation of spec with implementationRobert Griesemer
2010-06-05tutorial: fix one-word mistake in echo exampleRob Pike
2010-06-03go spec: Base comparison compatibility on assignment compatibility.Robert Griesemer
2010-06-02doc: codereview + Mercurial QueuesPeter Williams
2010-06-01doc/code.html: fix error string formatAndrew Gerrand
2010-06-01edit simple typosJoe Poirier
2010-05-30doc/code: example package with testsAndrew Gerrand
2010-05-28go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer
2010-05-27go spec: Disallow &a notation to obtain a sliceRobert Griesemer
2010-05-27release.2010-05-27weekly.2010-05-27Andrew Gerrand
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand
2010-05-25spec: Fix link to fallthrough statementsEvan Shaw
2010-05-24go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer
2010-05-24go spec: fix and clarify syntax of conversionsRobert Griesemer
2010-05-24spec: index of non-addressable array is not addressableRuss Cox
2010-05-23spec: Fix a code tagEvan Shaw
2010-05-14go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer
2010-05-13rename 'gordon' to 'gopher'Andrew Gerrand
2010-05-07go spec: simplify section on channel typesRobert Griesemer
2010-05-07codelab/wiki: fix typo in demo URLAndrew Gerrand
2010-05-05release.2010-05-04weekly.2010-05-04Andrew Gerrand
2010-05-04go spec: clarification of make arguments,Robert Griesemer
2010-05-03codelab/wiki: switch edit/view, as they were backwardsAndrew Gerrand
2010-04-29go spec: fix iota descriptionRobert Griesemer
2010-04-29codelab/index.html: a few typos.Andrey Mirtchovski
2010-04-29codelab/index.html "os" needs to be imported because os.Error is used almost ...Andrey Mirtchovski
2010-04-28spec: clarify "continue" with label. the text was obvious in intent butRob Pike
2010-04-28release.2010-04-27weekly.2010-04-27Andrew Gerrand
2010-04-28wiki codelab: typo fixAndrew Gerrand
2010-04-28Wiki codelab, complete with tests.Andrew Gerrand
2010-04-27go spec: fix wrong commentRobert Griesemer
2010-04-28go_tutorial: removed outdated use of semicolonsAndrew Gerrand
2010-04-27homepage: removed animation, use custom js instead of gdynamicfeedsAndrew Gerrand
2010-04-26godoc: add codewalk supportRuss Cox
2010-04-27doc/root.html: remove key from jsapi srcAndrew Gerrand
2010-04-23go_faq: typo fixAndrew Gerrand