v0.1.0: Introducing errtrace
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.