package models import ( "encoding/xml" ) type Documentation struct { XMLName xml.Name `xml:"documentation"` Xhtml Xhtml `xml:"xhtml"` }