PaesslerAG / gval

Expression evaluation in golang
BSD 3-Clause "New" or "Revised" License
731 stars 82 forks source link

Replace %s and %v with %w when wrapping errors #91

Closed darh closed 1 year ago

darh commented 1 year ago

WIth this, I can not return errors from custom functions and test for them with if errors.Is(.....).

generikvault commented 1 year ago

Cool thanks!