Skip to content

Commit

Permalink
cmd/godoc: add redirect for x/term repo
Browse files Browse the repository at this point in the history
Update golang/go#13104

Change-Id: I76102038d8dc87503c9a8994f9008b1a9fdb19d4
Reviewed-on: https://go-review.googlesource.com/17020
Reviewed-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
adg committed Nov 18, 2015
1 parent 5bc1907 commit 9cd7992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/godoc/x.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var xMap = map[string]xRepo{
"sync": {"https://go.googlesource.com/sync", "git"},
"sys": {"https://go.googlesource.com/sys", "git"},
"talks": {"https://go.googlesource.com/talks", "git"},
"term": {"https://go.googlesource.com/term", "git"},
"text": {"https://go.googlesource.com/text", "git"},
"time": {"https://go.googlesource.com/time", "git"},
"tools": {"https://go.googlesource.com/tools", "git"},
Expand Down

0 comments on commit 9cd7992

Please sign in to comment.