Skip to content

v0.1.0: Introducing errtrace

Choose a tag to compare

@abhinav abhinav released this 29 Nov 02:03
· 65 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/errtrace@v0.1.0

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

go install braces.dev/errtrace/cmd/errtrace@v0.1.0
git ls-files -- '*.go' | xargs errtrace -w

See README for more information.