I am trying to parse an xml file with golang. I\'ve used xsdgen to generate the struct part I cannot parse the file with xml.Unmarshal(byteValue, &data
xml.Unmarshal(byteValue, &data