# go-gin-mysql **Repository Path**: mynoe/go-gin-mysql ## Basic Information - **Project Name**: go-gin-mysql - **Description**: go-gin + mysql 的一个demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-10 - **Last Updated**: 2021-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GinWeb go web gin demo # 知识点 * 1.pointer,map,slice,interface,type assertions,panic,recover * 2.gin router,group,middleware * 3.config setting * 4.gorm * 5.jwt auth * 6.go mod # 参考 * https://github.com/gin-gonic/gin/tree/v1.4.0 * http://gorm.book.jasperxu.com/database.html * https://www.jianshu.com/p/a3f63b5da74c * http://gorm.book.jasperxu.com/ * https://github.com/Wangjiaxing123/JwtDemo * https://github.com/shen100/golang123