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 15, 2019: refactor with docsy (#36) (0893bd9)