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

We have moved gocloud to be a mirror of google-cloud-go.

Change-Id: Ia27a905775b89eac1c7e6407672fb6f4bd1c96d1
GitHub-Last-Rev: 2432f6c5c5
GitHub-Pull-Request: golang/website#10
Reviewed-on: https://go-review.googlesource.com/c/website/+/237197
Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
Cody Oss 2020-06-09 16:40:20 +00:00 коммит произвёл Chris Broadfoot
Родитель c825e8b1e1
Коммит ea487986b4
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": {