diff --git a/admin.go b/admin.go index d2d78eef..bd61be1a 100644 --- a/admin.go +++ b/admin.go @@ -40,7 +40,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) { } func QpsIndex(rw http.ResponseWriter, r *http.Request) { - info := admin.StatisticsMap.GetMap(rw) + admin.StatisticsMap.GetMap(rw) } func ProfIndex(rw http.ResponseWriter, r *http.Request) { r.ParseForm()