Renaming Package to goPackage to fix golint error

This commit is contained in:
Frederick F. Kautz IV
2015-03-03 12:56:19 -08:00
parent f4eed73d4e
commit 34c1e58332
2 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ const (
maxObjectList = 1000
)
// Object list response format
// ObjectListResponse format
type ObjectListResponse struct {
XMLName xml.Name `xml:"ListBucketResult" json:"-"`
Name string