From 5f0c384b86dec62c6e1690fded61e969e1eff540 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 20 Jan 2021 15:39:20 -0800 Subject: [PATCH] rebases master --- web/routes.go | 1 + 1 file changed, 1 insertion(+) diff --git a/web/routes.go b/web/routes.go index 81d5eeb8..836e92d8 100644 --- a/web/routes.go +++ b/web/routes.go @@ -9,6 +9,7 @@ import ( "html/template" "io" "net/http" + _ "net/http/pprof" "runtime" "strings"