x/tools/cmd/godoc: add golang.org/x/oauth2 import path
LGTM=r R=jbd, r CC=golang-codereviews https://golang.org/cl/175700043
This commit is contained in:
parent
8dfc1ba4d0
commit
354b6ccbcc
|
|
@ -35,6 +35,7 @@ var xMap = map[string]xRepo{
|
|||
"text": {"https://code.google.com/p/go.text", "hg"},
|
||||
"tools": {"https://code.google.com/p/go.tools", "hg"},
|
||||
|
||||
"oauth2": {"https://go.googlesource.com/oauth2", "git"},
|
||||
"review": {"https://go.googlesource.com/review", "git"},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue