[release-branch.go1.11] godoc/dl: add dmitshur, katiehockman to binary upload whitelist

This is for uploading Go release binaries to dl.google.com with
x/build/cmd/release.

Updates golang/go#28893
Updates golang/go#27953

Change-Id: Idc9e5d5c4cf4c1e5602b51cc1159c982038c7901
Reviewed-on: https://go-review.googlesource.com/138879
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
(cherry picked from commit b71db7f417)
Reviewed-on: https://go-review.googlesource.com/c/150598
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Dmitri Shuralyov 2018-10-01 17:55:50 -04:00
parent 927e542327
commit ef92c6f62f
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ Nothing to see here; <a href="https://golang.org/dl/#%s">move along</a>.
func validUser(user string) bool { func validUser(user string) bool {
switch user { switch user {
case "adg", "bradfitz", "cbro", "andybons", "valsorda": case "adg", "bradfitz", "cbro", "andybons", "valsorda", "dmitshur", "katiehockman":
return true return true
} }
return false return false