1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-15 00:23:32 +00:00
beego mirror
Go to file
astaxie 52d153da87 Merge pull request #710 from francoishill/patch-8
Update smtp.go (develop branch)
2014-07-22 13:45:24 +08:00
cache code style simplify 2014-07-12 15:51:47 +08:00
config fix testing fail 2014-07-17 16:48:10 +08:00
context beego:update the Abort Status 2014-07-18 15:38:29 +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 Update smtp.go (develop branch) 2014-07-22 07:21:47 +02:00
middleware beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
orm Merge branch 'master' into develop 2014-07-09 08:43:37 +08:00
plugins/auth beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
session session: fix #688 2014-07-16 23:05:38 +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 beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
validation beego: update licence& fix #669 2014-07-03 23:40:21 +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
admin.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
app.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
beego.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
config_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
config.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
controller.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
docs.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
filter.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
flash.go 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
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_test.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
parser.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
README.md remove koding link 2014-07-17 16:05:17 +08:00
router_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
router.go beego: fix #702 auto render 2014-07-18 13:29:54 +08:00
staticfile.go beego: static file support robots.txt 2014-07-16 22:27:53 +08:00
template_test.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
template.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
templatefunc.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
tree.go beego: update licence& fix #669 2014-07-03 23:40:21 +08:00

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).