• astaxie's avatar
    fix #18 · ee9223b1
    astaxie authored
    func (this *MainController) Get() {
    this.GoToFunc("Test")
    }
    
    func (this *MainController) Test() {
    this.Ctx.WriteString("testtest")
    }
    ee9223b1
controller.go 9.54 KB