summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Collapse)AuthorAgeFilesLines
* path/filepath: document that Glob ignores i/o errorsRuss Cox2014-09-181-4/+4
| | | | | | | | | Fixes issue 8008. LGTM=adg R=golang-codereviews, nightlyone, adg CC=golang-codereviews https://codereview.appspot.com/138630045
* build: move package sources from src/pkg to srcRuss Cox2014-09-0818-0/+3306
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.