Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use fully qualified names for Go types #35

Open
rogpeppe opened this issue Jan 24, 2020 · 1 comment
Open

use fully qualified names for Go types #35

rogpeppe opened this issue Jan 24, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@rogpeppe
Copy link
Contributor

We're currently only using the base Go type name as the Avro name, but this can lead to name clashes if there are two types of the same name from different packages.
We could instead use a fully qualified name derived in some way (as-yet-to-be-specified) from the Go package path.

@rogpeppe rogpeppe added the enhancement New feature or request label Jan 24, 2020
@kishansairam9
Copy link

can this be prioritised, this is blocking our usage of this library and falling back to https://github.com/actgardner/gogen-avro, which is no longer maintained at the moment. also having the "short" mode like in gogen would be a great addition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants