updated dependencies
This commit is contained in:
parent
3f9b863171
commit
f0add04396
266 changed files with 18771 additions and 10200 deletions
3
vendor/github.com/tinylib/msgp/msgp/errors.go
generated
vendored
3
vendor/github.com/tinylib/msgp/msgp/errors.go
generated
vendored
|
|
@ -123,6 +123,9 @@ func (e errWrapped) Resumable() bool {
|
|||
return resumableDefault
|
||||
}
|
||||
|
||||
// Unwrap returns the cause.
|
||||
func (e errWrapped) Unwrap() error { return e.cause }
|
||||
|
||||
type errShort struct{}
|
||||
|
||||
func (e errShort) Error() string { return "msgp: too few bytes left to read object" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue