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>
This commit is contained in:
parent
159ae4d163
commit
88df7a741d
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue