Commit Graph

60 Commits

Author SHA1 Message Date
傅小黑 933e98e4f2 add api comments in file beego.go 2013-12-20 19:36:54 +08:00
傅小黑 3f3bf299a6 add api comments in file app.go 2013-12-20 19:20:13 +08:00
vadimi 12a37f71be Fixed some typos 2013-12-04 22:27:29 -05:00
astaxie 3c91360d72 dictinct system pkg and third pkg 2013-12-03 21:37:39 +08:00
Pengfei Xue e823b6ea95 add server host:port info when starting app 2013-11-26 15:30:59 +08:00
knightmare 47fc32ba47 add func InsertFilter(pattern string, pos int, filter FilterFunc) *App to replace AddFilter
pos can be const:
    BeforeRouter = iota
    AfterStatic
    BeforeExec
    AfterExec
    FinishRouter
2013-11-25 15:59:40 +08:00
astaxie a981dab536 fix #286
the process exit and the channel info can't flush to console
2013-11-13 21:11:08 +08:00
astaxie 9446563e5b add util func to get the url fix #282
UrlFor(endpoint string, values ...string) string
2013-11-10 23:05:07 +08:00
astaxie 63da329468 go on modify api 2013-09-10 00:17:49 +08:00
astaxie bd61dd9ffc change a log about new version 2013-09-10 00:00:18 +08:00