Fix golint
This commit is contained in:
parent
43c530922a
commit
4482e75f38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue