Skip to content

Commit 9cd7992

Browse files
committed
cmd/godoc: add redirect for x/term repo
Update #13104 Change-Id: I76102038d8dc87503c9a8994f9008b1a9fdb19d4 Reviewed-on: https://go-review.googlesource.com/17020 Reviewed-by: Dave Cheney <[email protected]>
1 parent 5bc1907 commit 9cd7992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/godoc/x.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var xMap = map[string]xRepo{
4040
"sync": {"https://go.googlesource.com/sync", "git"},
4141
"sys": {"https://go.googlesource.com/sys", "git"},
4242
"talks": {"https://go.googlesource.com/talks", "git"},
43+
"term": {"https://go.googlesource.com/term", "git"},
4344
"text": {"https://go.googlesource.com/text", "git"},
4445
"time": {"https://go.googlesource.com/time", "git"},
4546
"tools": {"https://go.googlesource.com/tools", "git"},

0 commit comments

Comments
 (0)