From 4482e75f385b1dd060d3fb8339e36196ad975987 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 15 Dec 2016 21:02:41 +0000 Subject: [PATCH] Fix golint --- fs/accounting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/accounting.go b/fs/accounting.go index be649562c..863b68e3f 100644 --- a/fs/accounting.go +++ b/fs/accounting.go @@ -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