errors.Is keeps returning false even though I wrapped it with %w Help
My storage package has . The repo layer returns and the handler checks to decide 404 vs 500. It works on the direct path but returns false whenever the call goes through a small retry helper I wrote. Go 1.22, no build…