1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-24 12:14:13 +00:00
beego mirror
Go to file
2012-03-05 22:57:53 +08:00
cache structure 2012-03-05 21:54:50 +08:00
core structure 2012-03-05 21:54:50 +08:00
helper add config module 2012-03-05 22:57:53 +08:00
orm structure 2012-03-05 21:54:50 +08:00
server structure 2012-03-05 21:54:50 +08:00
beego.go structure 2012-03-05 21:54:50 +08:00
README reame modify 2012-03-05 22:24:45 +08:00

Beego
=======
Beego is an open source version of the scalable, non-blocking web server
and tools that power SNDA's CDN system. Documentation and downloads are
available at https://github.com/xiemengjun/beego

Beego is licensed under the Apache Licence, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0.html).

Installation
============
To install:

    go install github.com/xiemengjun/beego

go version: go1 weekly