actgardner / gogen-avro

Generate Go code to serialize and deserialize Avro schemas
MIT License
365 stars 85 forks source link

Enable Fully Qualified Enum Names #170

Closed lukasleung closed 3 years ago

lukasleung commented 3 years ago

Addresses Issue https://github.com/actgardner/gogen-avro/issues/169.

What has Changed

actgardner commented 3 years ago

Hey @lukasleung! Sorry for the slow response - this looks like the right behaviour. Because it changes the generated code I'll need to bump the major version to release it. Thanks for your contribution :)