summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
Commit message (Expand)AuthorAgeFilesLines
* effective_go: redeclarationRob Pike2011-12-201-0/+50
* tmpltohtml: put a DO NOT EDIT mark automatically in the outputRob Pike2011-12-081-0/+5
* effective_go: remove unused variable from a couple of examplesRob Pike2011-11-241-2/+2
* effective_go: a little more about comma ok and type assertionRob Pike2011-11-091-0/+12
* effective_go: fix up the description of cipher blocks and streamsRob Pike2011-11-091-23/+33
* renaming_1: hand-edited files for go 1 renamingRob Pike2011-11-081-4/+5
* all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere2011-11-031-1/+1
* tutorial,effective_go: prepare for error changeRob Pike2011-11-011-33/+33
* Effective Go: IntArray -> IntSliceRob Pike2011-10-061-5/+5
* effective go: fix erroneous quoting of ampersands that cropped upRob Pike2011-08-231-3/+2
* effective go: extract and test a couple more examples.Rob Pike2011-08-221-20/+21
* effective_go: fix brace quotes.Rob Pike2011-08-221-2/+3
* effective_go: convert to use tmpltohtml.Rob Pike2011-08-211-47/+33
* template: delete old template code.Rob Pike2011-08-171-1/+1
* doc: fix typo in Effective GoAndrew Gerrand2011-07-311-1/+1
* effective go: tweak the words about semicolons, parens in control structures,Rob Pike2011-07-121-6/+9
* Effective Go: supplied missing type in variadic function example.Ben Lynn2011-06-211-1/+1
* doc/effective_go: add a note about prefixing error strings with theirNigel Tao2011-06-171-3/+10
* doc/effective_go.html: replace tab with spaces.Rob Pike2011-06-161-1/+1
* doc: mention go/printer instead of container/vector in effective goAndrew Gerrand2011-05-251-3/+3
* docs: remove some prose-unworthy empty parentheses.Rob Pike2011-05-251-17/+19
* effective go: explain about values/pointers in String() exampleRob Pike2011-05-111-0/+6
* effective go: update to new Open signature.Rob Pike2011-05-081-4/+4
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-2/+2
* Effective Go: some small cleanups.Rob Pike2011-03-091-21/+60
* Effective Go: stress that comments are uninterpreted textRob Pike2011-02-161-1/+5
* template: reverse order of arguments to ExecuteRob Pike2011-02-091-1/+1
* go spec, effective go: cleanupsRobert Griesemer2011-02-041-5/+14
* Effective Go: fix typoRobert Griesemer2011-02-021-1/+1
* log: rename Exit* to Fatal*Rob Pike2011-02-011-2/+2
* effective go: remove non-blocking ops in leaky bucket exampleRob Pike2011-01-311-14/+24
* docs: float->float64 plus a couple of other tweaks.Rob Pike2011-01-191-4/+5
* effective go: explain the effect of repanicking better.Rob Pike2011-01-051-1/+12
* doc: update Effective Go for template API change.Nigel Tao2011-01-041-2/+2
* Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus2010-12-011-1/+1
* Effective Go: correct error in recent edit: "..." is in call to Sprintln, not...Rob Pike2010-11-031-1/+1
* Effective Go: append and a few words about ...Rob Pike2010-11-011-0/+50
* Effective Go: update examples to use new logging interface.Rob Pike2010-10-121-9/+9
* Effective Go: update for new http interface.Rob Pike2010-09-291-15/+24
* Documentation: Fix a bug in the example in Constants subsectionJames Fysh2010-08-281-9/+12
* effective go: fix errors caught by HaWeRob Pike2010-08-241-5/+7
* doc: add missing paren (pointed out by nbjoerg)Christopher Wedgwood2010-08-191-1/+1
* Effective Go: minor change to correct a comment in an exampleRob Pike2010-06-181-1/+1
* Effective Go: panic and recoverRob Pike2010-06-181-3/+168
* Effective Go: add a section on defer.Rob Pike2010-06-161-3/+143
* Effective Go: update ... discussion.Rob Pike2010-06-141-11/+28
* 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