summaryrefslogtreecommitdiff
path: root/src/go/doc
Commit message (Collapse)AuthorAgeFilesLines
* go/doc: document rationale for recent changeRobert Griesemer2014-09-181-1/+4
| | | | | | | LGTM=adg R=adg CC=golang-codereviews https://codereview.appspot.com/143290043
* go/doc: treat _ consts as exportedJosh Bleecher Snyder2014-09-185-9/+170
| | | | | | | | | Fixes issue 5397. LGTM=adg R=gri, adg CC=golang-codereviews, rsc https://codereview.appspot.com/144110044
* build: move package sources from src/pkg to srcRuss Cox2014-09-0858-0/+6355
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.