diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 41b38ad3..f638b687 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() {