Without middleware by default
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()
آخرین تغییرات 07.06.2021: Add Persian(farsi) language docs. (#169) (85dbfb7)
Use
r := gin.New()
instead of
// Default With the Logger and Recovery middleware already attached
r := gin.Default()