This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add pprof endpoints

see #5

also see
https://stackoverflow.com/questions/64057727/is-it-ok-to-use-golang-pprof-on-production-without-effecting-performance

+1
+1
health.go
··· 6 6 "fmt" 7 7 "log" 8 8 "net/http" 9 + _ "net/http/pprof" 9 10 10 11 "firebase.google.com/go/v4/messaging" 11 12 ll "github.com/gwennlbh/label-logger-go"