1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 02:50:19 +00:00

typo fixed

registor==>register
innner ==> inner
This commit is contained in:
JessonChan
2015-07-27 08:44:58 +08:00
parent 3becd2e0d8
commit b26ef5b2e5
3 changed files with 49 additions and 49 deletions

2
app.go
View File

@ -28,7 +28,7 @@ import (
// App defines beego application with a new PatternServeMux.
type App struct {
Handlers *ControllerRegistor
Handlers *ControllerRegister
Server *http.Server
}