浏览代码

use Tags instead tags

hangzws 6 年之前
父节点
当前提交
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
 // ObjectTagging tagset for the object
 type ObjectTagging struct {
 type ObjectTagging struct {
 	XMLName xml.Name `xml:"Tagging"`
 	XMLName xml.Name `xml:"Tagging"`
-	tags    []Tag    `xml:"TagSet>Tag,omitempty"`
+	Tags    []Tag    `xml:"TagSet>Tag,omitempty"`
 }
 }