# go_gin_moban **Repository Path**: luxx666/go_web_moban ## Basic Information - **Project Name**: go_gin_moban - **Description**: go语言使用gin和gorm的基础模版,里面连接了mysql和redis - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-29 - **Last Updated**: 2024-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go语言使用gin和gorm的基础模版,里面连接了mysql和redis 当前版本 :go version go1.22.4 windows/amd64 数据库配置: 1. sql:config文件 2. redis:config文件 执行命令: 1. go mod tidy (下载依赖) 2. go run main.go (启动) 出现 [GIN-debug] Listening and serving HTTP on :8080 即为成功 ![img.png](img.png)