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

Support Golang #93

Merged
merged 12 commits into from
Jun 8, 2024
Merged

Support Golang #93

merged 12 commits into from
Jun 8, 2024

Conversation

gabotechs
Copy link
Owner

@gabotechs gabotechs commented Jun 5, 2024

Adds support for Golang language, closing #78

TODO:

  • Handle import aliases correctly (for example, github.com/cachev3 will be imported as cache)
  • Handle side-effect imports (nothing is imported?)
  • Handle dot imports (everything is imported?)
  • Load LOC for nodes
  • Add some more testing for File object, for example, nullchecks
  • Add show cases to the README

@gabotechs gabotechs merged commit 3e7f148 into main Jun 8, 2024
4 checks passed
@gabotechs gabotechs deleted the golang branch June 8, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant