Run govet and fix

This commit is contained in:
Harshavardhana
2015-02-18 15:33:19 -08:00
parent 1b1371ffec
commit fab954f13f
12 changed files with 19 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ type ObjectListResponse struct {
Marker string
MaxKeys int
IsTruncated bool
Contents []*Item `xml:"Contents",innerxml`
Contents []*Item `xml:,innerxml`
}
type BucketListResponse struct {
@@ -38,7 +38,7 @@ type BucketListResponse struct {
Owner Owner
Buckets struct {
Bucket []*Bucket
} `xml:"Buckets",innerxml` // Buckets are nested
} `xml:,innerxml` // Buckets are nested
}
type Bucket struct {