X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=scheme.go;h=6c37040c425c0fd9e9793e88b9b180134179c020;hb=0424e388c52a8098c2492d59384eee787b34fffc;hp=b839282e77295ebd678da428d071f60a41502c16;hpb=f33a48b64b7b79a3ea9a9980ac276309491b6fe3;p=meta4ra.git diff --git a/scheme.go b/scheme.go index b839282..6c37040 100644 --- a/scheme.go +++ b/scheme.go @@ -35,7 +35,7 @@ type File struct { Description string `xml:"description,,omitempty"` Hashes []Hash `xml:"hash,,omitempty"` MetaURLs []MetaURL `xml:"metaurl,,omitempty"` - Signature *Signature `xml:"signature"` + Signature []Signature `xml:"signature"` Size uint64 `xml:"size,,omitempty"` URLs []URL `xml:"url,,omitempty"` }