# golang **Repository Path**: github__fork/golang ## Basic Information - **Project Name**: golang - **Description**: Gin框架搭建Golang接口项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2021-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Gin框架搭建Golang接口模板项目** 该模板项目使用Gin + gorm + zap + viper等搭建,包含sql脚本、基本的数据库操作。 ## 1. 源码下载使用 下载后执行下面命令拉取依赖 ```go go mod tidy ```