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

[Hacktoberfest] Go | Simple DB #349

Open
drkennetz opened this issue Oct 5, 2022 · 0 comments
Open

[Hacktoberfest] Go | Simple DB #349

drkennetz opened this issue Oct 5, 2022 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest

Comments

@drkennetz
Copy link
Collaborator

Participation

All Hacktoberfest solutions should be provably correct. That is, solution submissions should either include the unit tests from the original challenge (implemented in your language of choice) or at least print out the expected answers when run by the maintainers. Solutions that do not meet these criteria may be rejected, or flagged as 'invalid' or 'spam' in egregious cases. This can result in your PR not counting towards your Hacktoberfest participation or becoming ineligible to participate in Hacktoberfest. Violations of our Code of Conduct will be reported, and will also render you ineligible to participate in Hacktoberfest. Please be respectful of the maintainers' and other participants' time by doing your best to submit real solutions to the puzzles. Thanks, and welcome to our learning community!

Challenge

Simple DB

Language

Go

This challenge requires tests in the form:

...
func UnsetTest(t *testing.T) {}
func RollbackTest(t *testing.T) {}
func NestedCommitTest(t *testing.T){}
...

For a reference of the test cases required, visit line 50 of the original solution.py

@drkennetz drkennetz added good first issue Good for newcomers hacktoberfest Hacktoberfest labels Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant