1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:14:39 -07:00

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>
This commit is contained in:
Andrew Gerrand 2015-01-21 17:58:44 +11:00
parent cb6b359e69
commit d702aaaabe

View File

@ -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"},