Skip to content

v0.1.0: Introducing errtrace

Compare
Choose a tag to compare
@abhinav abhinav released this 29 Nov 02:03
· 55 commits to main since this release
a6f9caf

Introducing errtrace, an experimental library that provides better stack traces for your errors.

Install the library with:

go get braces.dev/[email protected]

We've also included a tool that will automatically instrument your code with errtrace.
In your project, run:

go install braces.dev/errtrace/cmd/[email protected]
git ls-files -- '*.go' | xargs errtrace -w

See README for more information.