From dec63b8e987f00163960d2f9ceb798ca1614cc32 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 4 Nov 2015 13:23:52 +1100 Subject: [PATCH] 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 --- cmd/godoc/x.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 4544b050..dc5a7039 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -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"}, }