works again!

This commit is contained in:
2019-11-08 21:35:45 -08:00
parent 297b8f4e1a
commit 10a2e7723d
2 changed files with 8 additions and 2 deletions

View File

@@ -26,11 +26,14 @@ func main() {
wg.Add(1)
go func() {
ms := merp.NewMerpServer()
log.Info().Msg("calling serveforever")
ms.ServeForever()
log.Info().Msg("back from serveforever")
wg.Done()
}()
wg.Wait()
log.Info().Msg("done waiting on waitgroup")
}
func identify() {