Gin框架入门(一)—HTTP请求

官方文档:https://godoc.org/github.com/gin-gonic/gin 官方地址:https://github.com/gin-gonic/gin 1.开始安装 先配置好GOROOT和GOPATH 输入命令:go get github.com/gin-gonic/gin 2.简单示例 //导入包 import ( "github.com/gin-gonic/gin"
相关文章
相关标签/搜索