Without middleware by default
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()
Last modified March 1, 2020: fix index error (#112) (7c0ba31)
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()