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

Goscript - Data Generation solely with Go #732

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sdbedi
Copy link

@sdbedi sdbedi commented Mar 20, 2024

I realize this repo is closed, but this is NOT a solution submission. This is a tool to generate test data using only Golang - similar in spirit to the existing non-authoritative Python data generator - with no need for Java.

I believe this is useful in that any latecomer who wants to use Golang to approach this challenge will find a much lower barrier to entry.

Check List:

  • [N/A] You have run ./mvnw verify and the project builds successfully
  • [N/A] Tests pass (./test.sh <username> shows no differences between expected and actual outputs)
  • [N/A] All formatting changes by the build are committed
  • [N/A] Your launch script is named calculate_average_<username>.sh (make sure to match casing of your GH user name) and is executable
  • [N/A] Output matches that of calculate_average_baseline.sh
  • [N/A] For new entries, or after substantial changes: When implementing custom hash structures, please point to where you deal with hash collisions (line number)
  • Execution time: N/A
  • Execution time of reference implementation: N/A

@sdbedi sdbedi changed the title Goscript Goscript - Data Generation solely with Go Mar 20, 2024
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.

None yet

1 participant