Without middleware by default
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()
Last modified February 24, 2020: add comment (#106) (fcbe912)
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()