1 Star 0 Fork 9

框架 / Beego-Framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
astaxie 提交于 2016-01-17 23:48 . fix typo
/*
Package beego provide a MVC framework
beego: an open-source, high-performance, modular, full-stack web framework
It is used for rapid development of RESTful APIs, web apps and backend services in Go.
beego is inspired by Tornado, Sinatra and Flask with the added benefit of some Go-specific features such as interfaces and struct embedding.
package main
import "github.com/astaxie/beego"
func main() {
beego.Run()
}
more information: http://beego.me
*/
package beego
Go
1
https://gitee.com/framework-go/Beego-Framework.git
git@gitee.com:framework-go/Beego-Framework.git
framework-go
Beego-Framework
Beego-Framework
master

搜索帮助