Recently, I plan to make a project using Go. My problem: given the XSD file, how to automatically generate structures in Go to represent XML elements. This is similar to using 'xjc' to generate java classes from XSD. So, are there any tools or packages for this in Go?
Thanks in advance.
xml go xsd jaxb xjc
user2912044
source share