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
Родитель 71657689f0
Коммит a5ff95640e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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