Skip to content

Commit edc5439

Browse files
committed
chore: remove net/http/pprof imports, now via extension-kit
1 parent 450ea06 commit edc5439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"github.com/steadybit/extension-kit/extruntime"
2222
"github.com/steadybit/extension-kit/extsignals"
2323
_ "go.uber.org/automaxprocs" // Importing automaxprocs automatically adjusts GOMAXPROCS.
24-
_ "net/http/pprof" //allow pprof
2524
)
2625

2726
func main() {

0 commit comments

Comments
 (0)