aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.go b/src/main.go
index 8bca78c..b12bb09 100644
--- a/src/main.go
+++ b/src/main.go
@@ -8,10 +8,6 @@ import (
"strconv"
)
-import _ "net/http/pprof"
-import "net/http"
-import "log"
-
const (
ExitSetupSuccess = 0
ExitSetupFailed = 1
@@ -29,10 +25,6 @@ func printUsage() {
func main() {
- go func() {
- log.Println(http.ListenAndServe("localhost:6060", nil))
- }()
-
// parse arguments
var foreground bool