mirror of
https://github.com/rclone/rclone.git
synced 2025-06-10 09:03:32 +08:00
all: fix go-critic linter suggestions
This commit is contained in:

committed by
Nick Craig-Wood

parent
44abf6473e
commit
06c9f76cd2
@ -831,7 +831,7 @@ func (o *Object) decodeMetaDataFromPropertiesResponse(info *azblob.BlobGetProper
|
||||
}
|
||||
|
||||
func (o *Object) decodeMetaDataFromBlob(info *azblob.BlobItem) (err error) {
|
||||
o.md5 = string(info.Properties.ContentMD5[:])
|
||||
o.md5 = string(info.Properties.ContentMD5)
|
||||
o.mimeType = *info.Properties.ContentType
|
||||
o.size = *info.Properties.ContentLength
|
||||
o.modTime = info.Properties.LastModified
|
||||
|
Reference in New Issue
Block a user