summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/doc.go
Commit message (Collapse)AuthorAgeFilesLines
* regexp/syntax: regenerate doc.go from re2 syntaxRuss Cox2014-10-061-24/+24
| | | | | | | | | | | Generated using re2/doc/mksyntaxgo. Fixes #8505. LGTM=iant R=r, iant CC=golang-codereviews https://golang.org/cl/155890043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+131
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.