Update vendor directory
This commit is contained in:
4
vendor/github.com/jessevdk/go-flags/error.go
generated
vendored
4
vendor/github.com/jessevdk/go-flags/error.go
generated
vendored
@@ -97,6 +97,10 @@ func (e ErrorType) String() string {
|
||||
return "unrecognized error type"
|
||||
}
|
||||
|
||||
func (e ErrorType) Error() string {
|
||||
return e.String()
|
||||
}
|
||||
|
||||
// Error represents a parser error. The error returned from Parse is of this
|
||||
// type. The error contains both a Type and Message.
|
||||
type Error struct {
|
||||
|
||||
Reference in New Issue
Block a user