go語言 gin框架學習筆記(一)之 hello world

gin下載 go get github.com/gin-gonic/gin 代碼展示 package main import ( "github.com/gin-gonic/gin" "net/http" ) func main() { router :=gin.Default() router.GET("/", func(c *gin.Context) {
相關文章
相關標籤/搜索