epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

created shortcut for router.Run #81

Closed ronnathaniel closed 3 years ago

ronnathaniel commented 3 years ago

Rather than type out router.IRouter.(*gin.Engine).Run() with no support for optional ports, add intuitive support for router.Run(optional ports).

enoodle commented 3 years ago

Can you update the example program with the shortcut?

ronnathaniel commented 3 years ago

Added type conversion check & updated example program