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

Refactor submission creation in submit.go and test.go #34

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

rohitpaulk
Copy link
Member

This commit refactors the submission creation in submit.go and test.go files. It adds a new parameter command to the CreateSubmission function in
codecrafters_client.go file. The command parameter is used to specify the type of submission, either "submit" or "test". This change allows for better code
organization and separation of concerns.

Commit message: "Refactor submission creation in submit.go and test.go"

This commit refactors the submission creation in submit.go and test.go files. It adds a new parameter command to the CreateSubmission function in
codecrafters_client.go file. The command parameter is used to specify the type of submission, either "submit" or "test". This change allows for better code
organization and separation of concerns.

Commit message: "Refactor submission creation in submit.go and test.go"
@rohitpaulk rohitpaulk merged commit a0a96ed into main Jul 3, 2024
1 check passed
@rohitpaulk rohitpaulk deleted the add-command-param branch July 3, 2024 11:58
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.

1 participant