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:
Andrew Gerrand 2014-11-26 15:31:30 +11:00
parent 8dfc1ba4d0
commit 354b6ccbcc
1 changed files with 1 additions and 0 deletions

View File

@ -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"},
}