1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 05:24:13 +00:00

beego 1.0 release

This commit is contained in:
astaxie 2013-12-19 21:09:45 +08:00
parent f752c98d81
commit d718d9c8ee

View File

@ -9,7 +9,7 @@ import (
"github.com/astaxie/beego/session"
)
const VERSION = "1.0.0 RC1"
const VERSION = "1.0.0"
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
BeeApp.Router(rootpath, c, mappingMethods...)