Unify the error handling by removing pkg/errors #2643
Labels
status/TODO
The issue will be done in the future.
type/enhancement
The issue or PR belongs to an enhancement.
Milestone
Currently, the repo has three kinds of packages to handle errors. See
go.mod
.It's better to replace
github.com/pkg/errors
withgithub.com/pingcap/errors
since they are almost the same except for some fixes and stack support.The text was updated successfully, but these errors were encountered: