Explorar o código

use Tags instead tags

hangzws %!s(int64=6) %!d(string=hai) anos
pai
achega
f90d3f2c97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"`
 }