summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
Commit message (Expand)AuthorAgeFilesLines
* Use the copy function rather than a loop.Ian Lance Taylor2010-04-131-4/+2
* Effective Go: update maps description regarding lookup of nonexistent entry.Rob Pike2010-03-301-5/+20
* strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...Andrey Mirtchovski2010-03-021-2/+1
* effective_go: clarified small commentAndrew Gerrand2010-02-221-1/+1
* be more explicit about initialization of embedded fields.Rob Pike2010-01-151-7/+17
* fix up YB and add ZB, EB in exampleRob Pike2010-01-041-0/+6
* fix naked < and > as reported by Peter Williams <>Rob Pike2009-12-251-40/+40
* fix documentation bug in exampleRob Pike2009-12-231-1/+1
* new semicolon rule in effective_go.html.Rob Pike2009-12-161-397/+412
* change the naming example from Vector to Ring due to loss of vector.New()Rob Pike2009-12-021-5/+5
* fix typo in Append return typeRob Pike2009-11-161-1/+1
* doc: fix typo.Adam Langley2009-11-161-1/+1
* add a paragraph about GOMAXPROCSRob Pike2009-11-151-0/+16
* fix some typos in the documentationRob Pike2009-11-151-2/+2
* fix typo in ByteSize exampleRob Pike2009-11-111-6/+6
* typoRuss Cox2009-11-111-1/+1
* fix final program to have Html->HTMLRob Pike2009-11-101-2/+2
* Minor tweaks.Ian Lance Taylor2009-11-101-10/+13
* noted by kaib: explicit assignment initializationRuss Cox2009-11-091-1/+0
* effective go: tiny fixesRuss Cox2009-11-081-39/+36
* add a final section with a complete exampleRob Pike2009-11-041-0/+131
* fixups to "effective go"Rob Pike2009-11-011-31/+33
* concurrencyRob Pike2009-10-311-4/+240
* drop a couple of semicolons for consistencyRob Pike2009-10-211-2/+2
* initializationRob Pike2009-10-201-175/+134
* start the concurrency discussion. work from the outside in because this is a ...Rob Pike2009-10-201-18/+96
* address leftover post-submit comments about embeddingRob Pike2009-10-191-2/+11
* more embedding. enough for now?Rob Pike2009-10-161-3/+51
* fix pre-submit editing typo; text is garbled.Rob Pike2009-10-161-2/+2
* embedding part 1.Rob Pike2009-10-161-22/+126
* forgot to update the body when i changed the receiver type.Rob Pike2009-10-151-2/+2
* interfaces and methods.Rob Pike2009-10-141-17/+155
* excise some internal references.Russ Cox2009-10-141-1/+3
* some stuff about interfaces. not enough yet.Rob Pike2009-10-131-74/+179
* type switchesRob Pike2009-10-121-65/+105
* printing and mapsRob Pike2009-10-121-7/+229
* slicesRob Pike2009-10-051-22/+171
* Factored out boilerplate from all html docs in doc directory:Robert Griesemer2009-10-011-68/+7
* make the sidebars consistentRob Pike2009-09-291-0/+60
* add a data section and start populating it with info about allocation, arraysRob Pike2009-09-271-59/+262
* functionsRob Pike2009-09-141-16/+97
* string rangeRob Pike2009-09-081-3/+22
* for loopsRob Pike2009-09-021-2/+60
* semicolons, ifs, switchesRob Pike2009-08-231-59/+153
* namesRob Pike2009-08-201-48/+68
* section about commentsRob Pike2009-08-191-94/+45
* start of a rewrite with a different toneRob Pike2009-08-191-45/+100
* get this out of the wayRob Pike2009-08-131-83/+96
* clean up a TODORob Pike2009-08-031-17/+41
* more info about commentsRob Pike2009-07-311-8/+100