Rename mutli error unwrap method

This commit is contained in:
世界 2023-02-26 21:33:38 +08:00
parent 7def9588a5
commit e839483670
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ type Handler interface {
}
type MultiError interface {
UnwrapMulti() []error
Unwrap() []error
}
func New(message ...any) error {