diff --git a/pkg/hash/errors.go b/pkg/hash/errors.go index 1b5622c6d..af2beb5c5 100644 --- a/pkg/hash/errors.go +++ b/pkg/hash/errors.go @@ -38,6 +38,7 @@ func (e BadDigest) Error() string { return "Bad digest: Expected " + e.ExpectedMD5 + " does not match calculated " + e.CalculatedMD5 } +// ErrSizeMismatch error size mismatch type ErrSizeMismatch struct { Want int64 Got int64