Set the DefaultSpace property of the Decoder. then specify that space in the tag:
d.DefaultSpace = "RssDefault"...Link string `xml:"RssDefault link"`
Using a Url might be more correct.
Set the DefaultSpace property of the Decoder. then specify that space in the tag:
d.DefaultSpace = "RssDefault"...Link string `xml:"RssDefault link"`
Using a Url might be more correct.