소스 검색

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
 type ObjectTagging struct {
 	XMLName xml.Name `xml:"Tagging"`
-	tags    []Tag    `xml:"TagSet>Tag,omitempty"`
+	Tags    []Tag    `xml:"TagSet>Tag,omitempty"`
 }