package subsonic import ( "encoding/xml" ) type Response struct { XMLName xml.Name `xml:"subsonic-response" json:"-"` Status string `xml:"status,attr" json:"status"` Version string `xml:"version,attr" json:"version"` }