Skip to content

Commit 91ab8e3

Browse files
authored
Merge pull request #38 from arooshap/master
Disable pprof and expvar before finding a way to only expose it to a …
2 parents 1157575 + c046ad5 commit 91ab8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"runtime"
1414
"time"
1515

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/
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/
1818
)
1919

2020
// gitVersion of the code shows git hash

0 commit comments

Comments
 (0)