1
0
mirror of https://github.com/astaxie/beego.git synced 2024-10-01 07:41:49 +00:00
Beego/beego/beego.go
xiemengjun 446daaea37 modify
2012-03-26 23:18:16 +08:00

27 lines
216 B
Go

package beego
import "./core"
type C struct {
core.Content
}
type M struct{
core.Model
}
type D struct{
core.Config
}
type U struct{
core.URL
}
type A struct{
core.Controller
}
type V struct{
core.View
}