refactoring + moved to neofs-api-go

This commit is contained in:
Evgeniy Kulikov 2020-03-31 11:37:10 +03:00
parent 6abd79aa44
commit 164b0870de
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
9 changed files with 252 additions and 126 deletions

View file

@ -11,7 +11,7 @@ import (
func attachProfiler(r *router.Router) {
r.GET("/debug/pprof/", pprofHandler())
r.GET("/debug/pprof/:name", pprofHandler())
r.GET("/debug/pprof/:name/", pprofHandler())
}
func pprofHandler() fasthttp.RequestHandler {