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

https://github.com/pprishchepa/easyerrors

Errors with stacktrace support with a simple API.
https://github.com/pprishchepa/easyerrors

errors go stacktrace

Last synced: 5 months ago
JSON representation

Errors with stacktrace support with a simple API.

Awesome Lists containing this project

README

          

# easyerrors

![Build Status](https://github.com/pprishchepa/easyerrors/workflows/Go/badge.svg)
[![License](https://img.shields.io/github/license/pprishchepa/easyerrors)](/LICENSE)
[![Release](https://img.shields.io/github/release/pprishchepa/easyerrors.svg)](https://github.com/pprishchepa/easyerrors/releases/latest)

Errors with stacktrace support with a simple API.

It is a very simplified wrapper around https://github.com/go-errors/errors.