Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regexp: add runnable example to regex.Split | Seth Hoenig | 2015-09-23 | 1 | -0/+22 |
| | | | | | | | | | | | | The existing comment for regex.Split contains a plain text example, while many of the other regex functions have runnable examples. This change provides a runnable example for Split. Change-Id: I5373f57f532fe843d7d0adcf4b513061ec797047 Reviewed-on: https://go-review.googlesource.com/14737 Reviewed-by: Andrew Gerrand <adg@golang.org> Run-TryBot: Andrew Gerrand <adg@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/+148 |
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. |