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/errtrace@v0.1.0We'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 -wSee README for more information.