mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
Replace all usages of the "github.com/go-errors/errors" and "github.com/pkg/errors" packages with the standard lib's "errors" package. This ensures that error wrapping and `errors.Is` checks will work as expected. |
||
|---|---|---|
| .. | ||
| element.go | ||
| element_test.go | ||
| producer.go | ||
| producer_test.go | ||
| store.go | ||
| store_test.go | ||
| utils.go | ||