Add block and mutex profiles #39

Merged
carpawell merged 1 commit from carpawell/optional-profiles into master 2023-07-26 21:07:56 +00:00

View file

@ -50,8 +50,8 @@ func (c *httpComponent) start() {
log.Info(fmt.Sprintf("start %s", c.name))
wg.Add(1)
go func() {
defer wg.Done()
exitErr(c.srv.Serve())
wg.Done()
}()
}
}