godoc/dl: add valsorda to users allowed to upload

Change-Id: Iac4a80b030be9c275323a27d2dfba4f83942cbf9
Reviewed-on: https://go-review.googlesource.com/117195
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Filippo Valsorda 2018-06-07 14:57:16 -04:00 committed by Brad Fitzpatrick
parent a5b4c53f6e
commit 4e38c85762
1 changed files with 1 additions and 1 deletions

View File

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