goerr v2.0.1
Enhanced Go error handling library with:
- Stack traces compatible with
github.com/pkg/errors - Contextual variables (key-value pairs)
- Tag system for error categorization
- Builder pattern for pre-configured errors
- Structured logging via
slog.LogValuer - JSON serialization support
- Standard
errors.Is()/errors.As()compatibility