Skip to content

v2.0.1

Latest

Choose a tag to compare

@gaebalai gaebalai released this 07 Mar 17:15

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