xuri / xgen

XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator
BSD 3-Clause "New" or "Revised" License
318 stars 75 forks source link

Go Package Name not Configurable #1

Closed steve-gray closed 4 years ago

steve-gray commented 4 years ago

Just a small one - noticed that the go package name flag (-p something) isn't getting respected, and so it always generates as 'package schema' or whatever the XSD name is.

Great project: XML centric code-generation support for go is a graveyard of broken dreams, and this is the first decent one I've seen.