metaleap / go-xsd

[stable since 2013] a lib for loading XML Schema Definition (XSD) files ➜ plus, a tool `makepkg` to code-generate from any *.xsd your Go package with all needed `struct`s to readily `xml.Unmarshal()` documents into, based on the XSD's schema definitions. NOT REALLY MAINTAINED FOR YEARS NOW: try the forks if running into issues.
http://www.reddit.com/r/golang/comments/12g6sl/is_there_a_tool_that_generates_go_source_code_for/
MIT License
216 stars 66 forks source link

License Missing #5

Closed threeaims closed 10 years ago

threeaims commented 10 years ago

Hi Phil,

Am I right in assuming you are putting this code public domain or is there a specific license you are releasing your generator under?

Cheers,

James

threeaims commented 10 years ago

Sorry, just saw the license in the one of the closed tickets. (http://www.wtfpl.net/)

Could you perhaps add it to the README for anyone else that has the same question.

Thanks again. Great work.