更新内核,尝试优化代码

This commit is contained in:
wyx2685
2024-01-27 13:19:55 +09:00
parent f92c5b37d5
commit 1d4945af8d
5 changed files with 53 additions and 18 deletions

View File

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