Explorar el Código

use Tags instead tags

hangzws hace 6 años
padre
commit
f90d3f2c97
Se han modificado 1 ficheros con 1 adiciones y 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
 // 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"`
 }
 }