Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaodahong/gogo
基于 Gin 快速开发 API 接口
https://github.com/shaodahong/gogo
gin go go-mysql golang logrus
Last synced: 25 days ago
JSON representation
基于 Gin 快速开发 API 接口
- Host: GitHub
- URL: https://github.com/shaodahong/gogo
- Owner: shaodahong
- Created: 2018-11-28T06:23:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:51:49.000Z (11 months ago)
- Last Synced: 2024-05-02T04:11:07.429Z (7 months ago)
- Topics: gin, go, go-mysql, golang, logrus
- Language: Go
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoGo
基于 [Gin](https://github.com/gin-gonic/gin) 扩展快速开发 API 接口
使用:
- [Logrus](https://github.com/sirupsen/logrus) 日志
- [sqlx](https://github.com/jmoiron/sqlx) 数据库扩展
- [Go-MySQL-Driver](https://github.com/go-sql-driver/mysql) mysql 驱动