WIP
This commit is contained in:
@@ -10,8 +10,6 @@ import (
|
||||
"os"
|
||||
"runtime/debug"
|
||||
"vppn/m"
|
||||
|
||||
_ "net/http/pprof"
|
||||
)
|
||||
|
||||
func Main() {
|
||||
@@ -21,11 +19,6 @@ func Main() {
|
||||
}
|
||||
}()
|
||||
|
||||
go func() {
|
||||
log.Printf("Serving on localhost:6060...")
|
||||
log.Println(http.ListenAndServe("localhost:6060", nil))
|
||||
}()
|
||||
|
||||
var (
|
||||
netName string
|
||||
initURL string
|
||||
|
||||
Reference in New Issue
Block a user