Golint cleanup pkg/storage

This commit is contained in:
Harshavardhana
2015-03-05 20:32:04 -08:00
parent 256faddab5
commit 76e601b26b
7 changed files with 89 additions and 72 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
. "gopkg.in/check.v1"
)
// API test suite
// APITestSuite - collection of API tests
func APITestSuite(c *C, create func() Storage) {
testCreateBucket(c, create)
testMultipleObjectCreation(c, create)