An open API service indexing awesome lists of open source software.

https://github.com/neoxelox/errors

Highly opinionated Go errors package.
https://github.com/neoxelox/errors

colored error error-handling go golang simple stack-trace

Last synced: 29 days ago
JSON representation

Highly opinionated Go errors package.

Awesome Lists containing this project

README

          

# errors ![Integration](https://github.com/Neoxelox/errors/workflows/Integration/badge.svg) ![Publication](https://github.com/Neoxelox/errors/workflows/Publication/badge.svg) [![Go Reference](https://pkg.go.dev/badge/github.com/neoxelox/errors.svg)](https://pkg.go.dev/github.com/neoxelox/errors)

**`Highly opinionated Go errors package.`**

## Console Output

![Console output](console.png "Console output")

## Sentry Output

![Sentry output](sentry.png "Sentry output")

## New Relic Output

TODO

## Install

`go get github.com/neoxelox/errors`

## Usage

Check and run the example test file [errors_test](errors_test.go): `go test -v --run TestPrint`.

See [`GoDev`](https://pkg.go.dev/github.com/neoxelox/errors) for further documentation.

## Contribute

Feel free to contribute to this project : ) .

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - read the [LICENSE](LICENSE) file for details.