1. 首页
  2. 编程语言
  3. 其他
  4. Go的HTTPWeb框架GinWebFramework.zip

Go的HTTPWeb框架GinWebFramework.zip

上传者: 2019-09-25 01:22:06上传 ZIP文件 157.42KB 热度 44次
Gin是一个用Go语言开发的Web框架,提供类Martini的API,但是性能更好。因为有了httprouter性能提升了40倍之多。$ cat test.gopackage mainimport (    "net/http"    "github.com/gin-gonic/gin")func main() {    router := gin.Default()    router.GET("/", func(c *gin.Context) {        c.String(http.StatusOK, "hello w
下载地址
用户评论