1
0
mirror of https://github.com/moby/moby.git synced 2025-04-18 20:44:11 +03:00
moby/errdefs
Sebastiaan van Stijn 1f7d497a99
errdefs: remove duplicate "causer" interface definition (iface)
errdefs/helpers_test.go:11:6: identical: interface causal contains identical methods or type constraints from another interface, causing redundancy (iface)
    type causal interface {
         ^
    errdefs/is.go:8:6: identical: interface causer contains identical methods or type constraints from another interface, causing redundancy (iface)
    type causer interface {
         ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:45 +01:00
..
2025-02-04 15:50:07 +01:00
2025-02-04 15:50:07 +01:00