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

Minor improvements to the golang driver #1203

Closed
wants to merge 2 commits into from
Closed

Minor improvements to the golang driver #1203

wants to merge 2 commits into from

Conversation

fervidnerd
Copy link

  • Migration to Makefile, as it is the most common approach to building golang projects.
  • Upgrade antlr parser to 1.13 and migrate imports
  • Commit generated parser golang files (these are needed when importing this library for other projects). Otherwise we'll get compilation errors.

* Migration to Makefile, as it is the most common approach to building
  golang projects.
* Upgrade antlr parser to 1.13 and migrate imports
* Commit generated parser golang files (these are needed when importing
  this library for other projects). Otherwise we'll get compilation
  errors.
@jrgemignani
Copy link
Contributor

@fervidnerd Sorry for the delay, would it be possible to get this PR updated to the current master?

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

Successfully merging this pull request may close these issues.

2 participants