We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146021 commit d789bacCopy full SHA for d789bac
cli-plugins/manager/error.go
@@ -23,11 +23,6 @@ func (e *pluginError) Error() string {
23
return e.cause.Error()
24
}
25
26
-// Cause satisfies the errors.causer interface for pluginError.
27
-func (e *pluginError) Cause() error {
28
- return e.cause
29
-}
30
-
31
// Unwrap provides compatibility for Go 1.13 error chains.
32
func (e *pluginError) Unwrap() error {
33
return e.cause
0 commit comments