proxy.golang.org : github.com/natefinch/eg
Package eg implements improved error handling mechanisms. This package solves several common problems with Go's native error handling: Tracebacks with context to help understand where an error came from. The ability to wrap an error with a new error without losing the context of the original error. A way to print out more detailed information about an error. A way to mask some or all of the errors coming out of a function with anonymous errors to prevent deeep coupling. Examples:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/natefinch/eg
License: MIT
Latest release: over 11 years ago
First release: over 11 years ago
Namespace: github.com/natefinch
Stars: 1 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago