mirror of
https://github.com/labstack/echo.git
synced 2025-03-21 21:27:04 +02:00
Merge branch 'master' of https://github.com/labstack/echo
This commit is contained in:
commit
b75aa02cfe
2
echo.go
2
echo.go
@ -103,7 +103,7 @@ func (e *Echo) Sub(pfx string) *Echo {
|
||||
return &s
|
||||
}
|
||||
|
||||
// Group is simmilar to Sub but excludes inheriting middleware from the parent
|
||||
// Group is similar to Sub but excludes inheriting middleware from the parent
|
||||
// router.
|
||||
func (e *Echo) Group(pfx string) *Echo {
|
||||
g := *e
|
||||
|
Loading…
x
Reference in New Issue
Block a user