(relativePath string)
| 248 | } |
| 249 | |
| 250 | func (group *RouterGroup) calculateAbsolutePath(relativePath string) string { |
| 251 | return joinPaths(group.basePath, relativePath) |
| 252 | } |
| 253 | |
| 254 | func (group *RouterGroup) returnObj() IRoutes { |
| 255 | if group.root { |
no test coverage detected