-
- Downloads
build: adjustments for move from src/pkg to src
This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/134570043
Showing
- .hgignore 6 additions, 6 deletions.hgignore
- doc/articles/go_command.html 1 addition, 1 deletiondoc/articles/go_command.html
- doc/articles/race_detector.html 12 additions, 12 deletionsdoc/articles/race_detector.html
- doc/contribute.html 8 additions, 8 deletionsdoc/contribute.html
- doc/debugging_with_gdb.html 25 additions, 25 deletionsdoc/debugging_with_gdb.html
- doc/effective_go.html 2 additions, 2 deletionsdoc/effective_go.html
- doc/gccgo_contribute.html 1 addition, 1 deletiondoc/gccgo_contribute.html
- doc/go_faq.html 2 additions, 2 deletionsdoc/go_faq.html
- misc/android/go_android_exec.go 1 addition, 1 deletionmisc/android/go_android_exec.go
- misc/makerelease/makerelease.go 2 additions, 2 deletionsmisc/makerelease/makerelease.go
- src/androidtest.bash 1 addition, 2 deletionssrc/androidtest.bash
- src/cmd/5a/a.y 1 addition, 1 deletionsrc/cmd/5a/a.y
- src/cmd/5a/y.tab.c 1 addition, 1 deletionsrc/cmd/5a/y.tab.c
- src/cmd/5c/cgen.c 1 addition, 1 deletionsrc/cmd/5c/cgen.c
- src/cmd/5g/cgen.c 1 addition, 1 deletionsrc/cmd/5g/cgen.c
- src/cmd/5g/ggen.c 1 addition, 1 deletionsrc/cmd/5g/ggen.c
- src/cmd/5g/gsubr.c 2 additions, 2 deletionssrc/cmd/5g/gsubr.c
- src/cmd/6a/a.y 1 addition, 1 deletionsrc/cmd/6a/a.y
- src/cmd/6a/y.tab.c 1 addition, 1 deletionsrc/cmd/6a/y.tab.c
- src/cmd/6c/cgen.c 1 addition, 1 deletionsrc/cmd/6c/cgen.c
Loading
Please register or sign in to comment