Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: use golang.org/x/... import paths | Andrew Gerrand | 2014-11-10 | 1 | -1/+1 |
| | | | | | | | LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://codereview.appspot.com/168050043 | ||||
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+16 |
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. |