From d702aaaabeb8e868ad03c3514a593da7673453d1 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 21 Jan 2015 17:58:44 +1100 Subject: [PATCH] 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 --- cmd/godoc/x.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 31934b43..41b38ad3 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"},