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 bd7f39a commit 97530abCopy full SHA for 97530ab
cmd/godoc/x.go
@@ -32,6 +32,7 @@ var xMap = map[string]xRepo{
32
"debug": {"https://go.googlesource.com/debug", "git"},
33
"exp": {"https://go.googlesource.com/exp", "git"},
34
"image": {"https://go.googlesource.com/image", "git"},
35
+ "lint": {"https://go.googlesource.com/lint", "git"},
36
"mobile": {"https://go.googlesource.com/mobile", "git"},
37
"net": {"https://go.googlesource.com/net", "git"},
38
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
@@ -46,6 +47,7 @@ var xMap = map[string]xRepo{
46
47
"time": {"https://go.googlesource.com/time", "git"},
48
"tools": {"https://go.googlesource.com/tools", "git"},
49
"tour": {"https://go.googlesource.com/tour", "git"},
50
+ "vgo": {"https://go.googlesource.com/vgo", "git"},
51
}
52
53
func init() {
0 commit comments