dyweb / gommon

A collection of common util libraries for Go
MIT License
27 stars 6 forks source link

[error] Align interface with official implementation golang/xerrors #109

Closed at15 closed 4 years ago

at15 commented 5 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

at15 commented 5 years ago

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 ....

at15 commented 4 years ago

Fixed in #119