beego mirror
Go to file
Francois 58ac0d5ea4 Update captcha.go
Captcha must be deleted if the user entered a "challenge" with a different length than the captcha.
2014-08-09 15:35:29 +02:00
cache fix the nil judge 2014-08-08 12:02:44 +08:00
config config: add more method 2014-08-07 17:24:21 +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
migration migration: version 1 2014-08-07 16:30:28 +08:00
orm fix the nil judge 2014-08-08 13:16:51 +08:00
plugins/auth beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
session session:change the driver from beego to bradfitz 2014-08-08 16:43:39 +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: Display function move from toolbox to utils 2014-08-04 20:52:18 +08:00
utils Update captcha.go 2014-08-09 15:35:29 +02:00
validation Merge branch 'master' into develop 2014-08-01 17:04:22 +08:00
.gitignore improve null pointer panic message 2014-08-07 12:14:10 +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: template fund when the start> len(bt) 2014-08-05 23:52:06 +08:00
templatefunc_test.go beego: template fund when the start> len(bt) 2014-08-05 23:52:06 +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).