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"
相關文章
相關標籤/搜索