1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:28:32 -06:00

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

View File

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