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

Commits on Aug 30, 2023

  1. Minor improvements to the golang driver

    * 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.
    fervidnerd committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4e0cf50 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Initial driver commit

    fervidnerd committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7e78f52 View commit details
    Browse the repository at this point in the history