1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 05:14:14 +00:00
beego mirror
Go to file
Stan Sun 22ba252c8f fix the comment of SliceIntersect
The implementations of SliceDiff and SliceIntersect are the same.
However, the comments of them are opposite.
The former is (slice1 - slice2) while the latter is (slice2- slice1)
2014-08-02 17:54:57 +08:00
cache cache: change the memcache &redis driver 2014-07-24 22:54:56 +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: 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 fix the comment of SliceIntersect 2014-08-02 17:54:57 +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 fix #718 2014-08-01 17:03:28 +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: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_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).