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

[Feat] #1 Define struct of non-Scalar data types #9

Merged
merged 8 commits into from
Mar 16, 2024

Commits on Mar 15, 2024

  1. add Sets data type

    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dcdf96a View commit details
    Browse the repository at this point in the history
  2. add go.mod

    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bfd2f6d View commit details
    Browse the repository at this point in the history
  3. mod gitignore

    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ed162c2 View commit details
    Browse the repository at this point in the history
  4. add errors

    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    613838f View commit details
    Browse the repository at this point in the history
  5. * Exclude float32 from Sets support

    * add IsCompatible func
    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    96e6528 View commit details
    Browse the repository at this point in the history
  6. fix Sets#IsCompatible

    miyamo2 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b261814 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. added List & Map type

    miyamo2 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1fdaf0d View commit details
    Browse the repository at this point in the history
  2. fix go.mod

    miyamo2 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    bbd9633 View commit details
    Browse the repository at this point in the history