尝试优化代码

This commit is contained in:
wyx2685
2024-01-25 23:06:37 +09:00
parent e292b3b0e7
commit 91e78fbc20
7 changed files with 66 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
package main
import (
_ "net/http"
_ "net/http/pprof"
"github.com/InazumaV/V2bX/cmd"
@@ -10,7 +9,7 @@ import (
func main() {
//内存泄漏排查
// go func() {
// http.ListenAndServe("0.0.0.0:6060", nil)
// http.ListenAndServe("127.0.0.1:6060", nil)
// }()
cmd.Run()
}