beego 1.0 release
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -9,7 +9,7 @@ import ( | ... | @@ -9,7 +9,7 @@ import ( |
| 9 | "github.com/astaxie/beego/session" | 9 | "github.com/astaxie/beego/session" |
| 10 | ) | 10 | ) |
| 11 | 11 | ||
| 12 | const VERSION = "1.0.0 RC1" | 12 | const VERSION = "1.0.0" |
| 13 | 13 | ||
| 14 | func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App { | 14 | func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App { |
| 15 | BeeApp.Router(rootpath, c, mappingMethods...) | 15 | BeeApp.Router(rootpath, c, mappingMethods...) | ... | ... |
-
Please register or sign in to post a comment