*fiddles*

This commit is contained in:
tsmethurst 2021-03-31 18:54:37 +02:00
commit 48ab34f71a
12 changed files with 221 additions and 74 deletions

View file

@ -59,8 +59,6 @@ func (r *router) Start() {
r.logger.Fatalf("listen: %s", err)
}
}()
// c := &gin.Context{}
// c.Get()
}
// Stop shuts down the router nicely