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

imports don't work correctly with multiple packages under the same name #1

Open
PanagiotisPtr opened this issue Sep 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@PanagiotisPtr
Copy link
Owner

When importing 2 different packages in 2 related files and those imported packages have the same name in go.mod then the import resolution doesn't work and it imports the wrong package. This happens only when the imported symbol is defined in both packages.

@PanagiotisPtr PanagiotisPtr self-assigned this Sep 28, 2023
@PanagiotisPtr PanagiotisPtr added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant