aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-02-10 16:33:58 +1100
committerAndrew Gerrand <adg@golang.org>2015-02-10 05:48:21 +0000
commit88df7a741d4e0719f78564b5102e94665c3d742c (patch)
treeba682b9e85c8f380614e173943e11e1914942ff5
parent159ae4d1631985184b8557168a1a5a6172c62a27 (diff)
downloadtools-88df7a741d4e0719f78564b5102e94665c3d742c.tar.gz
cmd/godoc: add golang.org/x/tour meta redirect
Change-Id: I2b855bb166612af391bb99742f6b6d58bc3ec226 Reviewed-on: https://go-review.googlesource.com/4340 Reviewed-by: David Symonds <dsymonds@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 41b38ad..f638b68 100644
--- a/cmd/godoc/x.go
+++ b/cmd/godoc/x.go
@@ -40,6 +40,7 @@ var xMap = map[string]xRepo{
"talks": {"https://go.googlesource.com/talks", "git"},
"text": {"https://go.googlesource.com/text", "git"},
"tools": {"https://go.googlesource.com/tools", "git"},
+ "tour": {"https://go.googlesource.com/tour", "git"},
}
func init() {