摘要: package main import ( "github.com/gin-gonic/gin" "encoding/json" "fmt" ) func main() { router := gin.Default() router.GET("/test2", test2) router.Run( 阅读全文
posted @ 2021-02-27 17:52 HaimaBlog 阅读(215) 评论(0) 推荐(0) 编辑