We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc1907 commit 9cd7992Copy full SHA for 9cd7992
cmd/godoc/x.go
@@ -40,6 +40,7 @@ var xMap = map[string]xRepo{
40
"sync": {"https://go.googlesource.com/sync", "git"},
41
"sys": {"https://go.googlesource.com/sys", "git"},
42
"talks": {"https://go.googlesource.com/talks", "git"},
43
+ "term": {"https://go.googlesource.com/term", "git"},
44
"text": {"https://go.googlesource.com/text", "git"},
45
"time": {"https://go.googlesource.com/time", "git"},
46
"tools": {"https://go.googlesource.com/tools", "git"},
0 commit comments