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
- Host: GitHub
- URL: https://github.com/go-andiamo/stackerr
- Owner: go-andiamo
- License: apache-2.0
- Created: 2025-08-01T10:50:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T10:56:37.000Z (5 months ago)
- Last Synced: 2025-08-02T09:38:49.120Z (5 months ago)
- Topics: error, errors, go, golang, stack-trace
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stackerr
[](https://pkg.go.dev/github.com/go-andiamo/stackerr)
[](https://github.com/go-andiamo/stackerr/releases)
[](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
```