We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1157575 + c046ad5 commit 91ab8e3Copy full SHA for 91ab8e3
main.go
@@ -13,8 +13,8 @@ import (
13
"runtime"
14
"time"
15
16
- _ "expvar" // to be used for monitoring, see https://github.com/divan/expvarmon
17
- _ "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/
18
)
19
20
// gitVersion of the code shows git hash
0 commit comments