clean up: ineffassign fixes (#2411)

This commit is contained in:
karthic rao
2016-08-12 12:56:30 +05:30
committed by Harshavardhana
parent ef0a108dde
commit 70fd38818e
7 changed files with 19 additions and 11 deletions
+3
View File
@@ -92,6 +92,9 @@ func TestCopyBuffer(t *testing.T) {
testFile := "testFile"
testContent := []byte("hello, world")
err = disk.AppendFile(volume, testFile, testContent)
if err != nil {
t.Fatalf("AppendFile failed: <ERROR> %s", err)
}
testCases := []struct {
writer io.Writer