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.
- Host: GitHub
- URL: https://github.com/neoxelox/errors
- Owner: neoxelox
- License: mit
- Created: 2024-01-04T11:13:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:35:49.000Z (almost 2 years ago)
- Last Synced: 2025-11-10T16:34:30.938Z (5 months ago)
- Topics: colored, error, error-handling, go, golang, simple, stack-trace
- Language: Go
- Homepage:
- Size: 560 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# errors   [](https://pkg.go.dev/github.com/neoxelox/errors)
**`Highly opinionated Go errors package.`**
## Console Output

## 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.