cmd/googlegolangorg: update gocloud to have GitHub source of truth

We have moved gocloud to be a mirror of google-cloud-go.
This commit is contained in:
Cody Oss 2020-06-09 08:37:59 -06:00
Родитель c825e8b1e1
Коммит 2432f6c5c5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ var repoMap = map[string]*repoImport{
// This repo is now at "cloud.google.com/go", but still specifying the repo
// here gives nicer errors in godoc.org and the go tool.
VCS: "git",
URL: "https://code.googlesource.com/gocloud",
URL: "https://github.com/googleapis/google-cloud-go",
Src: github("googleapis/google-cloud-go"),
},
"genproto": {