diff --git a/profiler.go b/profiler.go index 126aa71..13fecbd 100644 --- a/profiler.go +++ b/profiler.go @@ -16,7 +16,6 @@ import ( // // ..routes // return r // } - func Profiler(onlyIps ...string) http.Handler { mux := http.NewServeMux() mux.HandleFunc("/pprof/", pprof.Index)