1
0
mirror of https://github.com/golang/go synced 2024-11-05 14:56:10 -07:00

godoc: add andybons to binary upload whitelist

Change-Id: I87c43864b07a05d257ef94267073f0e13aff353e
Reviewed-on: https://go-review.googlesource.com/82715
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Bonventre 2017-12-07 17:38:12 -05:00
parent 71657689f0
commit a5ff95640e

View File

@ -429,7 +429,7 @@ func getHandler(w http.ResponseWriter, r *http.Request) {
func validUser(user string) bool {
switch user {
case "adg", "bradfitz", "cbro":
case "adg", "bradfitz", "cbro", "andybons":
return true
}
return false