summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.1] spec: fix incorrect exampleAndrew Gerrand2013-05-081-2/+2
* [release-branch.go1.1] doc: pull front page featured articles using new blog ...Andrew Gerrand2013-05-081-20/+21
* [release-branch.go1.1] effective_go.html: be more accepting in the guidelines...Andrew Gerrand2013-05-081-2/+4
* doc: add FAQ entry about language changesAndrew Gerrand2013-05-061-0/+28
* syscall: fix prototype of Fchflags (API change)Shenghou Ma2013-05-071-1/+9
* doc: fix formatting in effective go code snippetAndrew Gerrand2013-05-031-1/+1
* doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox2013-05-021-3/+3
* doc: link to Go 1.1 release notesAndrew Gerrand2013-05-011-0/+6
* doc/go1.1: remove discussion of "go run" changeAndrew Gerrand2013-04-301-10/+0
* all: fix typosShenghou Ma2013-04-243-5/+5
* doc/code.html: remove doubled word; modify the tab to space.Oling Cat2013-04-231-4/+4
* doc: fix typo in race_detector.htmlJeremy Jackins2013-04-231-1/+1
* doc/effective_go.html: fix syntax error in code exampleShenghou Ma2013-04-241-1/+1
* doc: fix typo in Effective GoAndrew Gerrand2013-04-221-1/+1
* doc: add missing <code> to go1.1.htmlJonathan Rudenberg2013-04-211-1/+1
* doc: fix another broken linkBrad Fitzpatrick2013-04-191-2/+5
* doc/go1.1.html: document io.ErrNoProgressRob Pike2013-04-181-0/+2
* doc: fix another broken linkBrad Fitzpatrick2013-04-181-1/+1
* doc: misc tweaks, new links, fix broken linksBrad Fitzpatrick2013-04-183-14/+19
* doc/go1.1.html, mime/multipart: document quoted-printable decodingBrad Fitzpatrick2013-04-171-0/+3
* doc: more doubled wordsRob Pike2013-04-162-2/+2
* doc/effective_go: another doubled wordRob Pike2013-04-161-1/+1
* doc/effective_go.html: fix typoShenghou Ma2013-04-171-1/+1
* doc/reference.html: update list of sub-repositories.Shenghou Ma2013-04-161-0/+4
* doc: fix typoStefan Nilsson2013-04-141-1/+1
* spec: add another sentence about BOMsRob Pike2013-04-111-1/+2
* doc: fix typos in go1.1.htmlJonathan Rudenberg2013-04-081-2/+2
* doc: document go1.1 build tagAndrew Gerrand2013-04-081-0/+25
* godoc: enable visibility of element linked from URL hashKamil Kisiel2013-04-051-0/+8
* doc/code.html: fix typosAndriy Lytvynov2013-04-041-2/+2
* doc: use the already defined GOPATH in PATHDuncan Holm2013-04-041-1/+1
* doc/go1.1.html: mention cgo and cross compilationDave Cheney2013-04-041-0/+11
* doc: mention availability of race detector in go1.1 docAndrew Gerrand2013-04-041-0/+2
* cmd/go: run main package when no files are listedJonathan Rudenberg2013-04-041-0/+9
* doc: fix typos in go1.1Dmitriy Vyukov2013-04-031-2/+2
* doc: fix typos and trailing spacesAlexei Sholik2013-04-031-4/+4
* doc: mention godoc.org in "How to Write Go Code"Andrew Gerrand2013-04-041-3/+4
* doc: simplify How to write Go code articleAndrew Gerrand2013-04-041-186/+275
* doc: link the race detector document into the release notesRob Pike2013-04-032-19/+44
* doc/go1.1.html: document the state of gccgoRob Pike2013-04-031-0/+11
* doc/go1.1.html: document os/signal.StopRob Pike2013-04-031-7/+12
* doc/go1.1.html: state that the heap is bigger on 64-bit machinesRob Pike2013-04-031-0/+18
* spec: Go has no 'reference types'Robert Griesemer2013-04-021-6/+4
* doc/go1.1.html: additional tweaksDave Cheney2013-04-031-3/+9
* doc: add prominent download button to getting started pageAndrew Gerrand2013-04-032-34/+23
* net: delete DialOpt and DialOption; add struct DialerBrad Fitzpatrick2013-04-021-10/+3
* compress/gzip: add Writer.Flush to call flate.Writer's FlushBrad Fitzpatrick2013-04-021-0/+8
* doc/go1.1.html: add a note about additional platformsDave Cheney2013-04-021-0/+11
* doc/codewalk/markov: fix slice error in descriptionRob Pike2013-04-011-1/+1
* doc/go1.1: mention (*testing.B).ReportAllocs()Shenghou Ma2013-03-311-3/+6