You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add method Unwrap() []error to ParseError to expose the list of errors in a way compatible with inpection tools from the errors package (errors.Is, errors.As).
Add method
Unwrap() []errortoParseErrorto expose the list of errors in a way compatible with inpection tools from theerrorspackage (errors.Is,errors.As).