Fix golint

This commit is contained in:
Nick Craig-Wood 2016-12-15 21:02:41 +00:00
parent 43c530922a
commit 4482e75f38

View file

@ -297,7 +297,7 @@ func NewAccount(in io.ReadCloser, obj Object) *Account {
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
//
// If the file is above a certain size it adds an Async reader