Compare commits

..

1 Commits

Author SHA1 Message Date
sammyette 4e3d2f8f86
Merge eded38c7b5 into a0513c0a05 2023-12-12 01:35:14 -07:00
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
// +build pprof
package main
import (
_ "net/http/pprof"
"net/http"
)
func init() {
go func() {
http.ListenAndServe("localhost:8080", nil)
}()
}