beego mirror
Go to file
astaxie 2c420573d4 fix #703 2014-08-05 08:56:04 +08:00
cache fix when delete the commentsRouter.go 2014-08-04 17:39:14 +08:00
config fix testing fail 2014-07-17 16:48:10 +08:00
context beego:fix #685 2014-07-24 23:12:21 +08:00
example update the comments fix #658 2014-06-25 10:39:37 +08:00
forms beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
httplib beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
logs revise a comment 2014-07-27 07:13:17 -04:00
middleware middleware: error page set the content-type 2014-08-01 16:46:51 +08:00
orm orm: delete the old docs 2014-07-26 23:25:59 +08:00
plugins/auth beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
session session: support cookie domain 2014-08-04 16:21:06 +08:00
swagger beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
testing beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
toolbox beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
utils fix the comment of SliceIntersect 2014-08-02 17:54:57 +08:00
validation Merge branch 'master' into develop 2014-08-01 17:04:22 +08:00
.gitignore added FlashName,FlashSeperator, & Tests 2014-03-13 22:34:22 -07:00
.go_style beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
LICENSE update all files License 2014-05-17 02:26:50 +08:00
README.md remove koding link 2014-07-17 16:05:17 +08:00
admin.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
app.go fix #718 2014-08-01 17:03:28 +08:00
beego.go beego: fix the domain string 2014-08-05 08:55:46 +08:00
config.go session: support cookie domain 2014-08-04 16:21:06 +08:00
config_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
controller.go beego:fix #685 2014-07-24 23:12:21 +08:00
docs.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
filter.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
filter_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
flash.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
flash_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
log.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
memzipfile.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
mime.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
namespace.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
namespace_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
parser.go fix #703 2014-08-05 08:56:04 +08:00
router.go move filter wrong http method 2014-08-04 16:21:34 +08:00
router_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
staticfile.go beego: improve the static file server 2014-08-04 15:31:27 +08:00
template.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
template_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
templatefunc.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
templatefunc_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
tree.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
tree_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00

README.md

beego

Build Status

beego is a Go Framework inspired by tornado and sinatra.

It is a simple & powerful web framework.

More info beego.me

Features

  • RESTful support
  • MVC architecture
  • Session support (store in memory, file, Redis or MySQL)
  • Cache support (store in memory, Redis or Memcache)
  • Global Config
  • Intelligent routing
  • Thread-safe map
  • Friendly displaying of errors
  • Useful template functions

Documentation

English

API

中文文档

LICENSE

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