fix #18
func (this *MainController) Get() {
this.GoToFunc("Test")
}
func (this *MainController) Test() {
this.Ctx.WriteString("testtest")
}
Showing
2 changed files
with
17 additions
and
0 deletions
-
Please register or sign in to post a comment