Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp: fix typo in comment: s/onpass/onepass/ | Michael Matloob | 2014-12-24 | 1 | -1/+1 |
| | | | | | | Change-Id: Idff57050a34d09e7fa9b77e9b53d61bb5ea2a71c Reviewed-on: https://go-review.googlesource.com/2095 Reviewed-by: Minux Ma <minux@golang.org> | ||||
* | regexp: correct doc comment for ReplaceAllLiteralString | Ian Lance Taylor | 2014-10-19 | 1 | -1/+1 |
| | | | | | | | | | Fixes #8959. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/161790043 | ||||
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+1120 |
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. |