summaryrefslogtreecommitdiff
path: root/doc/effective_go.html
Commit message (Expand)AuthorAgeFilesLines
...
* doc/effective_go: minor correctionsShenghou Ma2012-03-211-12/+12
* doc: remove reference to deleted os.ENOSPCBrad Fitzpatrick2012-03-201-2/+2
* doc: use time.Duration in Effective Go.David Symonds2012-03-161-1/+1
* cmd/godoc: add support for serving templatesRuss Cox2012-03-081-118/+9
* doc: update Effective Go init sectionRuss Cox2012-03-071-4/+1
* doc: add command docs page, canonicalize reference pathsAndrew Gerrand2012-03-051-1/+1
* doc/effective_go: minor fixShenghou Ma2012-03-051-1/+1
* doc: add a bunch of missing <p> tagsStefan Nilsson2012-02-291-0/+9
* tutorial: deleteRob Pike2012-02-281-3/+5
* effective_go: use new map deletion syntaxRob Pike2012-02-121-4/+4
* docs: replace references to gofix etc. with tool invocationsRob Pike2012-02-041-1/+4
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
* effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov2012-01-121-1/+3
* doc: float -> float64 in Effective GoJeff R. Allen2012-01-091-1/+1
* doc: trim spaces from code snippetsAndrew Gerrand2012-01-061-8/+4
* 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