mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07: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:
parent
a5b4c53f6e
commit
4e38c85762
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user