Skip to content

Commit d88f326

Browse files
authored
Removing unnecessary stuffs (#84)
1 parent 07f83ef commit d88f326

File tree

3 files changed

+0
-157
lines changed

3 files changed

+0
-157
lines changed

config.json

-11
This file was deleted.

main.go

-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import (
44
"net"
5-
"net/http"
65
_ "net/http/pprof"
76
"os"
87

@@ -17,10 +16,6 @@ var log = logging.MustGetLogger("BEANSTALKG")
1716
func main() {
1817
cfg := getConfig()
1918
initLogging(cfg.Debug)
20-
go func() {
21-
log.Info(http.ListenAndServe("localhost:6060", nil))
22-
}()
23-
2419
service := ":" + cfg.Port
2520
tcpAddr, err := net.ResolveTCPAddr("tcp4", service)
2621
checkError(err)

operation/proxied_client_handler.go

-141
This file was deleted.

0 commit comments

Comments
 (0)