Gin是一个非常受欢迎的Golang Web框架,在GitHub上已经有64k的星星,它和Golang的语法一样简洁明了,使得初学者得以迅速入门。
下载之前最好要配置代理
GOPROXY=https://goproxy.cn,direct
下载gin
go get -u github.com/gin-gonic/gin
中文文档
https://www.kancloud.cn/shuangdeyu/gin_book/949411
安装postman
用于对接口进行调试的工具
官网:
Gin是一个非常受欢迎的Golang Web框架,在GitHub上已经有64k的星星,它和Golang的语法一样简洁明了,使得初学者得以迅速入门。
下载之前最好要配置代理
GOPROXY=https://goproxy.cn,direct
go get -u github.com/gin-gonic/gin
https://www.kancloud.cn/shuangdeyu/gin_book/949411
用于对接口进行调试的工具
官网: