avro icon indicating copy to clipboard operation
avro copied to clipboard

better namespace support

Open rogpeppe opened this issue 5 years ago • 0 comments

Currently if you've got several records with matching names (but different namespaces), you'll get an error because we'll generate duplicate Go types.

We could allow avro-generate-go to specify a mapping from Avro namespace to Go packages (and potentially to different Go type names).

rogpeppe avatar Jan 22 '20 12:01 rogpeppe