goxsd
goxsd copied to clipboard
Use float64 for xml double
The xml double type is specificed as a 64bit float so we should use the go type float64 type when creating models.
http://books.xmlschemata.org/relaxng/ch19-77065.html