Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 291 Bytes

File metadata and controls

5 lines (3 loc) · 291 Bytes

errorstack

A lightweight package to get stacktrace of go errors. Designed to work with errors standard package as of go1.20+.

This is a fork of pkg/errors which is archived now. The package has been simplified to provide only stacktrace functionality.