尝试优化代码

This commit is contained in:
wyx2685
2024-01-27 01:55:43 +09:00
parent 91e78fbc20
commit f92c5b37d5
4 changed files with 44 additions and 50 deletions

View File

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