Without middleware by default
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()
最後修改 21.02.2019: add zh-tw and rename cn to zh-cn (#43) (d847124)
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()