Even more debuging.

This commit is contained in:
Foil-hat-guy 2025-05-08 12:16:37 +03:00
parent d8f8d5b1ef
commit b912e0a803
No known key found for this signature in database
GPG key ID: 221CC305A7B23591

View file

@ -49,6 +49,8 @@ func Join(errs ...error) (result error) {
result = err
} else {
result = fmt.Errorf("%w: %w", result, err)
fmt.Println("1: ",result)
fmt.Println("2: ",err)
}
}
return result