1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 21:11:29 +00:00

fix ci failed

This commit is contained in:
astaxie 2017-11-27 14:07:05 +08:00
parent 84cb9a5986
commit ec6cb43711

View File

@ -788,7 +788,7 @@ func (p *ControllerRegister) ServeHTTP(rw http.ResponseWriter, r *http.Request)
} }
// also defined runRouter & runMethod from filter // also defined runRouter & runMethod from filter
if !isRunnable || findRouter { if !isRunnable {
//Invoke the request handler //Invoke the request handler
var execController ControllerInterface var execController ControllerInterface
if routerInfo.initialize != nil { if routerInfo.initialize != nil {