mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
This commit is contained in:
@@ -226,7 +226,7 @@ func (p *methodParser) parsePathParam(path string, w string, funcArgPos int) (st
|
||||
}
|
||||
}
|
||||
|
||||
// /{argfirst:path}, /{argfirst:long}...
|
||||
// /{argfirst:path}, /{argfirst:int64}...
|
||||
if path[len(path)-1] != '/' {
|
||||
path += "/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user