mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
998 stars 22 forks source link

Replace pkg/errors with std lib solution - golang.org/x/xerrors #37

Closed mfridman closed 4 years ago

mfridman commented 5 years ago

Let's give this a try before 1.13.

s/"github.com/pkg/errors"/ "golang.org/x/xerrors"

mfridman commented 4 years ago

Stick with pkg/errors until go1.14. There isn't nice interoperability between the std lib and pkg/errors, just yet.