You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
According to issue hyperledger-labs#106, the code base should eventually switch to use
`pkg/errors` package if favor of built-in `fmt` and `errors` packages.
Switch this package to use `pkg/errors` before doing further changes.
Signed-off-by: Sergey Fedorov <sergey.fedorov@neclab.eu>
sergefdrv
changed the title
Use errors package for wrapping error messages
Use pkg/errors package for wrapping error messages
Jan 3, 2020
sergefdrv
changed the title
Use pkg/errors package for wrapping error messages
Use pkg/errors package for wrapping errors
Jan 3, 2020
sergefdrv
pushed a commit
to sergefdrv/minbft
that referenced
this issue
Jan 9, 2020
According to issue hyperledger-labs#106, the code base should eventually switch to use
`golang.org/x/xerrors` package if favor of built-in `fmt` and `errors`
packages. Switch this package to use `xerrors` before doing further
changes.
Signed-off-by: Sergey Fedorov <sergey.fedorov@neclab.eu>
sergefdrv
changed the title
Use pkg/errors package for wrapping errors
Use xerrors package for wrapping errors
Jan 9, 2020
What we could also do is to use "github.com/pkg/errors" package for wrapping error messages in the context of the call stack.
Originally posted by @sergefdrv in #102
The text was updated successfully, but these errors were encountered: