hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Remove use of github.com/pkg/errors #97

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

It looks like I left this usage in by accident!

github.com/pkg/errors is an archived project and all the functionality used from it is provided by Go standard libraries, so we should not use it.

bestbeforetoday commented 1 year ago

Included this minor change in PR #98