mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Run govet and fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user