Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached r := gin.Default()