mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
Fix golint
This commit is contained in:
@@ -297,7 +297,7 @@ func NewAccount(in io.ReadCloser, obj Object) *Account {
|
|||||||
return NewAccountSizeName(in, obj.Size(), obj.Remote())
|
return NewAccountSizeName(in, obj.Size(), obj.Remote())
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewAccountSizeName makes a Account reader for an io.ReadCloser of
|
// NewAccountSizeNameWithBuffer makes a Account reader for an io.ReadCloser of
|
||||||
// the given size and name
|
// the given size and name
|
||||||
//
|
//
|
||||||
// If the file is above a certain size it adds an Async reader
|
// If the file is above a certain size it adds an Async reader
|
||||||
|
|||||||
Reference in New Issue
Block a user