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

DRAFT: Trying stuff out for shared library for go code. #234

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    7a4a257 View commit details
    Browse the repository at this point in the history
  2. Finishing refactoring of go main function. Reinstating testing.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    45545e2 View commit details
    Browse the repository at this point in the history
  3. Adressing linting warnings.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    cf36847 View commit details
    Browse the repository at this point in the history
  4. Fixing more linter warnings. Adding CI configs.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    472d5ae View commit details
    Browse the repository at this point in the history
  5. Fixing golang CI yaml.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6645f8c View commit details
    Browse the repository at this point in the history
  6. Made docs building not run on PRs

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    39d1cd9 View commit details
    Browse the repository at this point in the history
  7. Adding first tests for go code.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    393fe2a View commit details
    Browse the repository at this point in the history
  8. Adding one more test case.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    124e53d View commit details
    Browse the repository at this point in the history
  9. Fixing linter warning

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2da749a View commit details
    Browse the repository at this point in the history
  10. Fixing linter warnings.

    Jan-Eric Nitschke committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    50d4a87 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Changing stuff for shared library tests.

    Jan-Eric Nitschke committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ac5c466 View commit details
    Browse the repository at this point in the history
  2. Current working setup with precompile library from gopy.

    Jan-Eric Nitschke committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ad73958 View commit details
    Browse the repository at this point in the history
  3. Pushing the actual compiled library.

    Jan-Eric Nitschke committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e7a5cf2 View commit details
    Browse the repository at this point in the history