This commit is contained in:
jdl
2024-12-12 21:11:17 +01:00
parent 03ff1aac80
commit fdf0066fc2
35 changed files with 1138 additions and 331 deletions

View File

@@ -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