diff --git a/main.go b/main.go index f34cfe5..440d2e0 100644 --- a/main.go +++ b/main.go @@ -13,8 +13,8 @@ import ( "runtime" "time" - _ "expvar" // to be used for monitoring, see https://github.com/divan/expvarmon - _ "net/http/pprof" // profiler, see https://golang.org/pkg/net/http/pprof/ +// _ "expvar" // to be used for monitoring, see https://github.com/divan/expvarmon +// _ "net/http/pprof" // profiler, see https://golang.org/pkg/net/http/pprof/ ) // gitVersion of the code shows git hash