mfridman/tparse

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

mfridman opened this issue · 1 comments

Let's give this a try before 1.13.

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

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