mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
godoc: minor
This commit is contained in:
@@ -318,7 +318,7 @@ func (c *ControllerActivator) parseMethods() {
|
||||
}
|
||||
|
||||
func (c *ControllerActivator) parseMethod(m reflect.Method) {
|
||||
httpMethod, httpPath, err := parseMethod(c.app.Router.Macros(), m, c.isReservedMethod,c.app.customPathWordFunc)
|
||||
httpMethod, httpPath, err := parseMethod(c.app.Router.Macros(), m, c.isReservedMethod, c.app.customPathWordFunc)
|
||||
if err != nil {
|
||||
if err != errSkip {
|
||||
c.logErrorf("MVC: fail to parse the route path and HTTP method for '%s.%s': %v", c.fullName, m.Name, err)
|
||||
|
||||
Reference in New Issue
Block a user