2026-05-13 @ 09:02

Structured errors seems like a problem that should have long been solved in #golang Unfortunately, I’m not finding anything that meets my needs.

I really just want an slog style API that will allow me to create a new error with fields, as a one-liner.


Back to top