Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp: limit the capacity of slices of bytes returned by FindX | Francesc Campoy | 2019-02-26 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | This change limits the capacity of the slices of bytes returned by: - Find - FindAll - FindAllSubmatch to be the same as their length. Fixes #30169 Change-Id: I07b632757d2bfeab42fce0d42364e2a16c597360 Reviewed-on: https://go-review.googlesource.com/c/161877 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> | ||||
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+498 |
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. |