mirror of
https://github.com/kataras/iris.git
synced 2026-03-06 00:16:12 +00:00
go1.19: core/errgroup minor fix
This commit is contained in:
@@ -147,7 +147,7 @@ func (e *Error) As(target interface{}) bool {
|
||||
}
|
||||
}
|
||||
|
||||
return errors.As(e.Err, &te.Err)
|
||||
return errors.As(te.Err, &e)
|
||||
}
|
||||
|
||||
return ok
|
||||
|
||||
Reference in New Issue
Block a user