1. 首页
  2. 数据库
  3. 其它
  4. thinkgo:用Go(Golang)编写的轻量级MVC框架 源码

thinkgo:用Go(Golang)编写的轻量级MVC框架 源码

上传者: 2021-02-09 03:12:07上传 ZIP文件 52.14KB 热度 30次
ThinkGo ThinkGo是用Go(Golang)编写的轻量级MVC框架。 安装 唯一的要求是 go get -u github.com/forgoer/thinkgo 快速开始 package main import ( "fmt" "github.com/forgoer/thinkgo" "github.com/forgoer/thinkgo/think" ) func main () { th := thinkgo . New () th . RegisterRoute ( func ( route * think. Route ) { route . Get
用户评论