hangzws 6 лет назад
Родитель
Сommit
f90d3f2c97
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      oss/type.go

+ 1 - 1
oss/type.go

@@ -604,5 +604,5 @@ type Tag struct {
 // ObjectTagging tagset for the object
 type ObjectTagging struct {
 	XMLName xml.Name `xml:"Tagging"`
-	tags    []Tag    `xml:"TagSet>Tag,omitempty"`
+	Tags    []Tag    `xml:"TagSet>Tag,omitempty"`
 }