Skip to content

Commit

Permalink
godoc/dl: add dmitshur, katiehockman to binary upload whitelist
Browse files Browse the repository at this point in the history
This is for uploading Go release binaries to dl.google.com with
x/build/cmd/release.

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>
  • Loading branch information
dmitshur committed Oct 1, 2018
1 parent 8deeabb commit b71db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godoc/dl/dl.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Nothing to see here; <a href="https://golang.org/dl/#%s">move along</a>.

func validUser(user string) bool {
switch user {
case "adg", "bradfitz", "cbro", "andybons", "valsorda":
case "adg", "bradfitz", "cbro", "andybons", "valsorda", "dmitshur", "katiehockman":
return true
}
return false
Expand Down

0 comments on commit b71db7f

Please sign in to comment.