renamed type as recommended to avoid stuttering

This commit is contained in:
2019-11-08 21:59:16 -08:00
parent c7e2f8c4f3
commit a6d2b0ed17
3 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ func main() {
wg.Add(1)
go func() {
ms := merp.NewMerpServer()
ms := merp.NewServer()
ms.ServeForever()
wg.Done()
}()