Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#223·errors

Unwrap doesn't return the base error

Author: yaziineCreated Feb 13, 2020Updated Aug 21, 2020

Wrapping an error with errors.Wrap, unwrapping it with errors.Unwrap returns the whole error and not the base one. Is it intentional?

https://play.golang.org/p/baYpfrrvN35

Source: pkg/errors

View original on GitHubView discussion on GitHub