package models import ( "encoding/xml" ) type Pous struct { XMLName xml.Name `xml:"pous"` }