https://github.com/olekukonko/errors
Score: -Infinity
Last synced: about 7 hours ago
JSON representation
Repository metadata:
A production-grade error handling library for Go, offering zero-cost abstractions, stack traces, multi-error support, retries, and advanced monitoring through two complementary packages: errors (core) and errmgr (management).
- Host: GitHub
- URL: https://github.com/olekukonko/errors
- Owner: olekukonko
- License: mit
- Created: 2025-04-01T07:22:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-14T16:24:03.000Z (about 1 month ago)
- Last Synced: 2026-04-14T18:19:45.276Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 520 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Oleku Konko
- Login: olekukonko
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2615393?v=4
- Repositories: 22
- Last Synced at: 2023-04-03T23:17:45.968Z
- Profile URL: https://github.com/olekukonko
GitHub Events
Total
- Create event: 3
- Fork event: 1
- Issue comment event: 4
- Issues event: 5
- Pull request event: 1
- Push event: 17
- Watch event: 22
- Total: 53
Last Year
- Issue comment event: 3
- Issues event: 1
- Pull request event: 1
- Push event: 1
- Watch event: 2
- Total: 8
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total docker downloads: 14,739,957
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 4
proxy.golang.org: github.com/olekukonko/errors
Package errors provides a robust error handling library with support for error wrapping, stack traces, context storage, and retry mechanisms. It extends the standard library's error interface with features like HTTP-like status codes, error categorization, and JSON serialization, while maintaining compatibility with `errors.Is`, `errors.As`, and `errors.Unwrap`. The package is thread-safe and optimized with object pooling for performance. pool.go Package errors provides utilities for error handling, including a flexible retry mechanism. Package errors provides utility functions for error handling, including stack trace capture and function name extraction.
- Homepage: https://github.com/olekukonko/errors
- Documentation: https://pkg.go.dev/github.com/olekukonko/errors#section-documentation
- Licenses: MIT
- Latest release: v1.3.0 (published 30 days ago)
- Last Synced: 2026-05-02T12:17:46.563Z (15 days ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
- Docker Downloads: 14,739,957
-
Rankings:
- Dependent packages count: 5.618%
- Average: 5.807%
- Dependent repos count: 5.995%
guix: go-github-com-olekukonko-errors
Enhanced Error Handling for Golang
- Homepage: https://github.com/olekukonko/errors
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n20803
- Licenses: expat
- Latest release: 1.1.0 (published 3 months ago)
- Last Synced: 2026-04-27T18:10:27.154Z (20 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%