Skip to content

Commit 9057847

Browse files
committed
Remove pprof
1 parent 486ef35 commit 9057847

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

main.go

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@
2020

2121
package main
2222

23-
import (
24-
"net/http"
25-
_ "net/http/pprof"
26-
27-
"github.com/k1LoW/tcpdp/cmd"
28-
)
23+
import "github.com/k1LoW/tcpdp/cmd"
2924

3025
func main() {
31-
go func() {
32-
http.ListenAndServe("0.0.0.0:6060", nil)
33-
}()
3426
cmd.Execute()
3527
}

0 commit comments

Comments
 (0)