aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-01-21 17:58:44 +1100
committerAndrew Gerrand <adg@golang.org>2015-01-21 06:59:18 +0000
commitd702aaaabeb8e868ad03c3514a593da7673453d1 (patch)
treee7c3c555c916d7869f9e6b916f7110aca927088f
parentcb6b359e69e54fe0afde51176ac97c38f6095fb1 (diff)
downloadtools-d702aaaabeb8e868ad03c3514a593da7673453d1.tar.gz
cmd/godoc: add golang.org/x/build to go-import redirect list
Change-Id: Id372b2da716b31bc016855d2d7f783fd1764e5c0 Reviewed-on: https://go-review.googlesource.com/3110 Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--cmd/godoc/x.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go
index 31934b4..41b38ad 100644
--- a/cmd/godoc/x.go
+++ b/cmd/godoc/x.go
@@ -26,6 +26,7 @@ var xMap = map[string]xRepo{
"benchmarks": {"https://go.googlesource.com/benchmarks", "git"},
"blog": {"https://go.googlesource.com/blog", "git"},
+ "build": {"https://go.googlesource.com/build", "git"},
"crypto": {"https://go.googlesource.com/crypto", "git"},
"debug": {"https://go.googlesource.com/debug", "git"},
"exp": {"https://go.googlesource.com/exp", "git"},