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

https://github.com/go-andiamo/stackerr

Go package for errors with stack trace
https://github.com/go-andiamo/stackerr

error errors go golang stack-trace

Last synced: 5 months ago
JSON representation

Go package for errors with stack trace

Awesome Lists containing this project

README

          

# Stackerr
[![GoDoc](https://godoc.org/github.com/go-andiamo/stackerr?status.svg)](https://pkg.go.dev/github.com/go-andiamo/stackerr)
[![Latest Version](https://img.shields.io/github/v/tag/go-andiamo/stackerr.svg?sort=semver&style=flat&label=version&color=blue)](https://github.com/go-andiamo/stackerr/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-andiamo/stackerr)](https://goreportcard.com/report/github.com/go-andiamo/stackerr)

Stackerr is a lightweight, un-opinionated Go package for errors with stack traces.

---

## Installation

```bash
go get github.com/go-andiamo/stackerr
```