diff --git a/godoc/dl/dl.go b/godoc/dl/dl.go index 7696f0883c..6555940cc7 100644 --- a/godoc/dl/dl.go +++ b/godoc/dl/dl.go @@ -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