summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Imported Upstream version 1.3.1upstream/1.3.1Michael Stapelberg1-4/+4
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-38/+61
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-19/+117
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-231/+527
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-69/+282
2012-05-02Imported Upstream version 1.0.1upstream/1.0.1Ondřej Surý1-2/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-243/+236
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+3041
2011-09-13Imported Upstream version 60Ondřej Surý1-3038/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-5/+12
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-24/+32
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-21/+60
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-1/+5
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-7/+16
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-20/+31
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-43/+118
2010-06-18Effective Go: minor change to correct a comment in an exampleRob Pike1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/1689042 Committer: Rob Pike <r@golang.org>
2010-06-18Effective Go: panic and recoverRob Pike1-3/+168
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1718042
2010-06-16Effective Go: add a section on defer.Rob Pike1-3/+143
R=rsc, iant CC=golang-dev http://codereview.appspot.com/1694044
2010-06-14Effective Go: update ... discussion.Rob Pike1-11/+28
R=rsc CC=golang-dev http://codereview.appspot.com/1698041 Committer: Rob Pike <r@golang.org>
2010-04-13Use the copy function rather than a loop.Ian Lance Taylor1-4/+2
R=r CC=golang-dev http://codereview.appspot.com/882047
2010-03-30Effective Go: update maps description regarding lookup of nonexistent entry.Rob Pike1-5/+20
R=rsc, gri, iant CC=golang-dev http://codereview.appspot.com/821044
2010-03-02strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ↵Andrey Mirtchovski1-2/+1
htmlgen.go R=rsc, adg CC=golang-dev http://codereview.appspot.com/224087 Committer: Andrew Gerrand <adg@golang.org>
2010-02-22effective_go: clarified small commentAndrew Gerrand1-1/+1
R=rsc, cw CC=golang-dev http://codereview.appspot.com/217085
2010-01-15be more explicit about initialization of embedded fields.Rob Pike1-7/+17
R=rsc CC=golang-dev http://codereview.appspot.com/186161
2010-01-04fix up YB and add ZB, EB in exampleRob Pike1-0/+6
R=rsc CC=golang-dev http://codereview.appspot.com/183107
2009-12-25fix naked < and > as reported by Peter Williams <>Rob Pike1-40/+40
(i thought these were legal in <pre> blocks) R=rsc CC=golang-dev, pwil3058 http://codereview.appspot.com/181055
2009-12-23fix documentation bug in exampleRob Pike1-1/+1
Fixes issue 452. R=gri CC=golang-dev, dougfelt http://codereview.appspot.com/181043
2009-12-16new semicolon rule in effective_go.html.Rob Pike1-397/+412
eliminate all tab characters while we're here. R=rsc CC=golang-dev http://codereview.appspot.com/180055
2009-12-02change the naming example from Vector to Ring due to loss of vector.New()Rob Pike1-5/+5
R=rsc CC=golang-dev http://codereview.appspot.com/164082
2009-11-16fix typo in Append return typeRob Pike1-1/+1
R=rsc http://codereview.appspot.com/155058
2009-11-16doc: fix typo.Adam Langley1-1/+1
Fixes issue 218 R=r CC=golang-dev http://codereview.appspot.com/155067 Committer: Rob Pike <r@golang.org>
2009-11-15add a paragraph about GOMAXPROCSRob Pike1-0/+16
R=rsc CC=golang-dev http://codereview.appspot.com/154153
2009-11-15fix some typos in the documentationRob Pike1-2/+2
Fixes issue 196. R=rsc http://codereview.appspot.com/154152
2009-11-11fix typo in ByteSize exampleRob Pike1-6/+6
R=rsc, agl1 CC=golang-dev http://codereview.appspot.com/154076
2009-11-11typoRuss Cox1-1/+1
Fixes issue 69. R=r http://codereview.appspot.com/152082
2009-11-10fix final program to have Html->HTMLRob Pike1-2/+2
R=rsc CC=go-dev http://codereview.appspot.com/152050
2009-11-10Minor tweaks.Ian Lance Taylor1-10/+13
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045
2009-11-09noted by kaib: explicit assignment initializationRuss Cox1-1/+0
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
2009-11-08effective go: tiny fixesRuss Cox1-39/+36
one real bug: *[]float -> *[3]float R=r http://go/go-review/1024016
2009-11-04add a final section with a complete exampleRob Pike1-0/+131
R=rsc CC=go-dev http://go/go-review/1017033
2009-11-01fixups to "effective go"Rob Pike1-31/+33
R=rsc CC=go-dev http://go/go-review/1016020
2009-10-31concurrencyRob Pike1-4/+240
R=go-dev, iant, rsc http://go/go-review/1018004
2009-10-21drop a couple of semicolons for consistencyRob Pike1-2/+2
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=35983 CL=35983
2009-10-20initializationRob Pike1-175/+134
R=rsc DELTA=292 (124 added, 165 deleted, 3 changed) OCL=35936 CL=35939
2009-10-20start the concurrency discussion. work from the outside in because this is a ↵Rob Pike1-18/+96
toughie. also fix a pedantry in the language design faq. R=rsc DELTA=113 (94 added, 16 deleted, 3 changed) OCL=35922 CL=35928
2009-10-19address leftover post-submit comments about embeddingRob Pike1-2/+11
R=rsc DELTA=11 (9 added, 0 deleted, 2 changed) OCL=35872 CL=35872
2009-10-16more embedding. enough for now?Rob Pike1-3/+51
R=rsc DELTA=51 (48 added, 0 deleted, 3 changed) OCL=35846 CL=35853
2009-10-16fix pre-submit editing typo; text is garbled.Rob Pike1-2/+2
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=35841 CL=35841