Closed at15 closed 4 years ago
https://github.com/golang/xerrors
This repository holds the transition packages for the new Go 1.13 error values
gommon/errors should keep same interface so migrating to standard library is easier
gommon/errors
It is already in dev tree, also it is using reflectlite (which is internal) https://github.com/golang/go/tree/master/src/errors I am not sure if gommon/errors is still needed in that case ....
Fixed in #119
https://github.com/golang/xerrors
gommon/errors
should keep same interface so migrating to standard library is easier