aboutsummaryrefslogtreecommitdiff
path: root/doc/effective_go.html
AgeCommit message (Expand)Author
2020-06-30doc: add note about missing lock in sample codeFerenc Szabo
2020-02-28doc: update Effective Go with 1.14 language changesFelix Cornelius
2019-09-20doc: reword to avoid the confusing term 'anew'Rob Pike
2019-08-02doc: fix Block interface parameters orderAlberto Donizetti
2019-03-07doc: add missing paragraph break in Effective GoRob Pike
2019-03-06doc: sort map output in Effective GoRob Pike
2019-01-07doc: remove incorrect space in %T and %v output examplesGabriel Aszalos
2018-11-26doc: improve the interface example in Effective GoRob Pike
2018-10-31doc: replace command line usages of godoc with go docAgniva De Sarker
2018-10-22doc: use the new log functionsGenevieve Luyt
2018-10-22doc: tweak example in Effective GoRob Pike
2018-04-26doc: make chart.apis.google.com link not clickableAlberto Donizetti
2017-11-23doc: fix typo in Effective Go: s/ReaderWriter/ReadWriter/Tom Levy
2017-09-19doc: simplify Append example in "Effective Go"Gabriel Aszalos
2017-09-03doc: Fixed missing dot in effective_go.htmlAndrii Soldatenko
2017-04-20doc: escape some HTML in Effective Go code examplesJames Neve
2017-02-21doc: use appropriate type to describe return valueKevin Burke
2016-10-26doc/effectivego: reword confusing sentenceRob Pike
2016-09-16doc: change variable name in Effective GoVitor De Mario
2016-07-13doc/effective_go: clarify advice on returning interfacesBryan C. Mills
2016-05-18doc/effective_go: clarify backward function referenceIan Lance Taylor
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-07-21doc: remove mention of default GOMAXPROCS(1) in Effective GoBrad Fitzpatrick
2015-06-25doc: add a missing space in func signatureBrad Fitzpatrick
2015-06-12doc/effective_go: fix grammatical errorBrandon Gilmore
2015-05-08doc/effective_go: make function signature match function bodyBrett Cannon
2015-03-12doc/effective_go.html: add missing newlineMichael Vetter
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-07-25doc: drop scheme from links that are known to support HTTPSAndrew Gerrand
2014-05-14doc/effective_go.html: a little more about errorsRob Pike
2014-05-07doc: replace absolute links to golang.org with relative linksDmitriy Vyukov
2014-04-17doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...Shenghou Ma
2014-03-24doc: allow buffered channel as semaphore without initializationRuss Cox
2014-03-21doc/effective_go.html: fix typoRob Pike
2014-01-23effective_go: move 'Type switch' section into 'Control structures' section.Rob Pike
2014-01-17doc: replace "private" with "unexported" in Effective Go.David Symonds
2013-12-20doc: fix typo in Effective GoJosh Bleecher Snyder
2013-12-11doc/effective_go.html: close some tags.Oling Cat
2013-10-15doc/effective_go.html: fix code exampleShenghou Ma
2013-10-11doc/effective_go.html: fix unescaped less-than characterRob Pike
2013-10-10doc/effective_go.html: fix a couple of cosmetic issuesRob Pike
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-10-02doc/effective_go: fix server example that shares var between goroutinesRob Pike
2013-09-27doc: update links to spec and memory modelAndrew Gerrand
2013-09-17effective_go: add a discussion of labeled break and continueRob Pike
2013-08-05doc/effective_go.html: remove spurious wordRob Pike
2013-07-29effective_go.html: make snippets look formatted.Rémy Oudompheng
2013-07-17doc/effective_go: stamp out stray GOROOT referenceDave Cheney
2013-05-27effective_go.html: Fix two linksBrian G. Merrell
2013-05-07effective_go.html: be more accepting in the guidelines for interface namesRob Pike