diff --git a/godoc/dl/dl.go b/godoc/dl/dl.go index 83cdb482ab..9a6f99d1ba 100644 --- a/godoc/dl/dl.go +++ b/godoc/dl/dl.go @@ -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