mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
add tests for #1369 and various improvements
Former-commit-id: 2fe1f077cf5b6a0fb32a27cf86462fea776a7d58
This commit is contained in:
2
iris.go
2
iris.go
@@ -806,7 +806,7 @@ func Raw(f func() error) Runner {
|
||||
// It builds the default router with its default macros
|
||||
// and the template functions that are very-closed to iris.
|
||||
//
|
||||
// If error occured while building the Application, the returns type of error will be an *errgroup.Group
|
||||
// If error occurred while building the Application, the returns type of error will be an *errgroup.Group
|
||||
// which let the callers to inspect the errors and cause, usage:
|
||||
//
|
||||
// import "github.com/kataras/iris/v12/core/errgroup"
|
||||
|
||||
Reference in New Issue
Block a user