1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 11:41:02 +00:00

Remove files

This commit is contained in:
Ming Deng
2020-08-15 09:39:58 +08:00
parent 94f476fa39
commit b4a85c8f13
221 changed files with 28 additions and 52357 deletions

19
doc.go
View File

@ -1,19 +0,0 @@
/*
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
Deprecated: using pkg/, we will delete this in v2.1.0
*/
package beego