mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add github.com/PumpkinSeed/errors (#2898)
* Add github.com/PumpkinSeed/errors * Alphabetic order * Remove extra new line
This commit is contained in:
parent
2a948c7aea
commit
a9307bdde6
@ -673,6 +673,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [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/pkg/errors) - Package that provides simple error handling primitives.
|
* [errors](https://github.com/pkg/errors) - Package that provides simple 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.
|
||||||
* [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.
|
||||||
* [Falcon](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling.
|
* [Falcon](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling.
|
||||||
* [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.
|
* [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.
|
||||||
|
Loading…
Reference in New Issue
Block a user