mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 04:47:40 +03:00
Rename mutli error unwrap method
This commit is contained in:
parent
7def9588a5
commit
e839483670
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ type Handler interface {
|
|||
}
|
||||
|
||||
type MultiError interface {
|
||||
UnwrapMulti() []error
|
||||
Unwrap() []error
|
||||
}
|
||||
|
||||
func New(message ...any) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue