add pprof
All checks were successful
Build and push image / deploy (push) Successful in 1m45s

This commit is contained in:
2023-12-28 19:19:00 +03:00
parent b1f7f1d91a
commit 9d998fa4b3

View File

@ -19,7 +19,7 @@ var commands = make([]*cli.Command, 0)
func main() {
go func() {
log.Println(http.ListenAndServe("localhost:60089", nil))
log.Println(http.ListenAndServe(":60089", nil))
}()
s := &cli.App{