mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
986be58702
I found there has some little bug in the controller_method_parser.go the bug is : if someone use the code like this: func (cc *HelloWorld) GetInfoXYT() We can't create the Url that he want. We lose the T, our's url is: info/x/y Cause// it doesn't count the last uppercase and the last append is words = append(words, s[start:end]) Former-commit-id: 9ff6ad4a220aea2730243ba44912d5a6acc66266 |
||
---|---|---|
.. | ||
AUTHORS | ||
controller_handle_test.go | ||
controller_method_parser.go | ||
controller_method_result_test.go | ||
controller_test.go | ||
controller.go | ||
go19.go | ||
LICENSE | ||
mvc.go | ||
param.go | ||
reflect.go |