mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add gitlab.com/tozd/go/errors. (#5049)
This commit is contained in:
parent
6bb983d2a6
commit
8692bc327a
@ -1027,6 +1027,7 @@ _Libraries for handling errors._
|
|||||||
- [errors](https://github.com/emperror/errors) - Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives.
|
- [errors](https://github.com/emperror/errors) - Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives.
|
||||||
- [errors](https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives.
|
- [errors](https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives.
|
||||||
- [errors](https://github.com/PumpkinSeed/errors) - The most simple error wrapper with awesome performance and minimal memory overhead.
|
- [errors](https://github.com/PumpkinSeed/errors) - The most simple error wrapper with awesome performance and minimal memory overhead.
|
||||||
|
- [errors](https://gitlab.com/tozd/go/errors) - Providing errors with a stack trace and optional structured details. Compatible with github.com/pkg/errors API but does not use it internally.
|
||||||
- [errors](https://github.com/bnkamalesh/errors) - Drop-in replacement for builtin Go errors. This is a minimal error handling package with custom error types, user friendly messages, Unwrap & Is. With very easy to use and straightforward helper functions.
|
- [errors](https://github.com/bnkamalesh/errors) - Drop-in replacement for builtin Go errors. This is a minimal error handling package with custom error types, user friendly messages, Unwrap & Is. With very easy to use and straightforward helper functions.
|
||||||
- [errors](https://github.com/cockroachdb/errors) - Go error library with error portability over the network.
|
- [errors](https://github.com/cockroachdb/errors) - Go error library with error portability over the network.
|
||||||
- [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more.
|
- [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more.
|
||||||
|
Loading…
Reference in New Issue
Block a user