安装
安装
先采用git clone方法下载gin包,再使用go install安装
(1)下载到当前终端所在路径:git clone https://github.com/gin-gonic/gin.git
(2)安装:go install github.com/gin-gonic/gin
go mod init
git clone https://github.com/gin-gonic/gin.git
go install github.com/gin-gonic/gin
go get -v github.com/gin-gonic/gin@v1.4
慕课网 gin视频
https://www.imooc.com/video/20204
老师提供了一个企业级脚手架
地址在:
https://github.com/e421083458/gin_scaffold
官方文档
https://gin-gonic.com/zh-cn/docs/