revel / cmd

Command line tools for Revel.
MIT License
62 stars 101 forks source link

Avoid panic in findInContext #149 #154

Closed kuwa72 closed 6 years ago

kuwa72 commented 6 years ago

fix #149

Change type assertion to type switch for use interface{} to method argument of controller.

notzippy commented 6 years ago

Code on develop branch has changed significantly compared to your PR, can you recheck your code ?

kuwa72 commented 6 years ago

OK, I can check my code.

kuwa72 commented 6 years ago

I try develop branch and I confirmed to fix this issue. Thank you.