lnd/shachain
Elle Mouton 8cf567b948
multi: use the "errors" package everywhere
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.
2025-06-30 09:46:55 +02:00
..
element.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
element_test.go multi: use the "errors" package everywhere 2025-06-30 09:46:55 +02:00
producer.go multi: switch over import paths from roasbeef/* to btcsuite/* 2018-07-13 17:05:39 -07:00
producer_test.go multi: switch over import paths from roasbeef/* to btcsuite/* 2018-07-13 17:05:39 -07:00
store.go multi: use the "errors" package everywhere 2025-06-30 09:46:55 +02:00
store_test.go multi: switch over import paths from roasbeef/* to btcsuite/* 2018-07-13 17:05:39 -07:00
utils.go multi: remove dead code 2019-09-10 17:21:59 +02:00