mirror of
https://github.com/golang/go
synced 2024-11-05 11:36:10 -07:00
cmd/godoc: add x/time and x/sync redirects
Fixes golang/go#13133 Change-Id: I45031352d4d7c040889134310ad5721dd9dcc1ee Reviewed-on: https://go-review.googlesource.com/16640 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
823804e1ae
commit
dec63b8e98
@ -37,9 +37,11 @@ var xMap = map[string]xRepo{
|
||||
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
|
||||
"playground": {"https://go.googlesource.com/playground", "git"},
|
||||
"review": {"https://go.googlesource.com/review", "git"},
|
||||
"sync": {"https://go.googlesource.com/sync", "git"},
|
||||
"sys": {"https://go.googlesource.com/sys", "git"},
|
||||
"talks": {"https://go.googlesource.com/talks", "git"},
|
||||
"text": {"https://go.googlesource.com/text", "git"},
|
||||
"time": {"https://go.googlesource.com/time", "git"},
|
||||
"tools": {"https://go.googlesource.com/tools", "git"},
|
||||
"tour": {"https://go.googlesource.com/tour", "git"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user